summaryrefslogtreecommitdiff
path: root/src/index.template.ejs
blob: 9714a0352ab81e61485fdfc1269290eb522be3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <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">
  <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>
  <link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;700&family=Roboto+Mono&display=swap" rel="stylesheet">
  <meta property="og:image" content="https://user-images.githubusercontent.com/1166872/47304841-536f3d80-d65a-11e8-8908-1917127dafc5.png">
  <meta property="og:site_name" content="yacd">
  <meta property="og:type" content="object">
  <meta property="og:title" content="yacd">
  <meta property="og:url" content="http://yacd.haishan.me">
  <meta property="og:description" content="Yet Another Clash Dashboard">
</head>
<body>
  <div id="app"></div>
</body>
</html>