-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.6 KB
/
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
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 适配移动端的PWA参数 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="viewport"
content="width=device-width,initial-scale=1, minimum-scale=1.0, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" href="favicon.ico">
<link rel="bookmark" type="image/png" href="icon-pwa.png">
<link rel="apple-touch-icon" href="icon-pwa.png">
<link rel="apple-touch-icon-precomposed" href="icon-pwa.png">
<link rel="icon" href="/favicon.ico">
<title>vtubermusic</title>
<link href="/vtbmusic-vue-demo/js/0.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/1.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/2.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/3.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/4.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/5.js" rel="prefetch"><link href="/vtbmusic-vue-demo/js/app.js" rel="preload" as="script"><link href="/vtbmusic-vue-demo/js/chunk-vendors.js" rel="preload" as="script"></head>
<body>
<noscript>
<strong>We're sorry but vtubermusic doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/vtbmusic-vue-demo/js/chunk-vendors.js"></script><script type="text/javascript" src="/vtbmusic-vue-demo/js/app.js"></script></body>
</html>