-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
23 lines (20 loc) · 986 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{{ title }}</title>
<link rel=icon type=image/png sizes=32x32 href=/img/icons/favicon-32x32.png> <link rel=icon type=image/png sizes=16x16 href=/img/icons/favicon-16x16.png> <link rel=manifest href=/manifest.json> <meta name=theme-color content=#3498db>
<meta name=apple-mobile-web-app-capable content=no>
<meta name=apple-mobile-web-app-status-bar-style content=default>
<meta name=apple-mobile-web-app-title content=musedash.moe>
<meta name=msapplication-TileImage content=/img/icons/msapplication-icon-144x144.png> <meta name=msapplication-TileColor content=#000000>
</head>
<body>
<noscript>
<strong>We're sorry but MuseDash.moe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>