2018-10-20 20:32:02 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2018-10-30 23:37:42 +08:00
|
|
|
<link rel="shortcut icon" href="yacd.ico">
|
|
|
|
<link rel="icon" type="image/png" sizes="64x64" href="yacd-64.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png">
|
2018-10-20 20:32:02 +08:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="application-name" content="yacd">
|
|
|
|
<meta name="description" content="Yet Another Clash Dashboard">
|
|
|
|
<meta name="theme-color" content="#202020">
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
2020-04-25 22:25:58 +08:00
|
|
|
</head>
|
2018-10-20 20:32:02 +08:00
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|