-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.14 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="referrer" content="no-referrer" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="full-screen" content="yes"/>
<link rel="icon" href="https://s4.ax1x.com/2022/02/19/HbjMX8.png" />
<link rel="apple-touch-icon" href="https://s4.ax1x.com/2022/02/19/HbjZtA.png"/>
<title>偶像梦幻祭2抽卡模拟器</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GVEDR776YQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GVEDR776YQ');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/packages/index/main.ts"></script>
</body>
</html>