-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (27 loc) · 954 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
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" charset='UTF-8' />
<meta name="description" content="DNF 纸娃娃时装模拟系统" />
<title>纸娃娃系统</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="//www.googletagmanager.com/gtag/js?id=G-EJEV1KHS4M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
}
gtag("js", new Date());
gtag("config", "G-EJEV1KHS4M");
</script>
</head>
<body>
<noscript>
<strong>We're sorry but avatar doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script type="module" src="/src/ready.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>