summaryrefslogtreecommitdiff
path: root/src/index.template.ejs
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-12-06 20:12:16 +0800
committerHaishan <[email protected]>2020-12-06 21:09:18 +0800
commitb0b0edab16c99ce9cef0bbb4cd10e05a3cb3ffd7 (patch)
treef7b487afda73e507f7130b8057782d406ef71665 /src/index.template.ejs
parentd2b01d80fb8dae8e3400bb09038d3afbcbd55495 (diff)
build: upgrade deps
Diffstat (limited to 'src/index.template.ejs')
-rw-r--r--src/index.template.ejs32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs
index afcd54c..22b2abc 100644
--- a/src/index.template.ejs
+++ b/src/index.template.ejs
@@ -1,18 +1,18 @@
<!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>
-</head>
-<body>
- <div id="app"></div>
-</body>
+<html>
+ <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>
+ </head>
+ <body>
+ <div id="app"></div>
+ </body>
</html>