-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (53 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="A complete gamefi ecosystem" />
<meta
http-equiv="cache-control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Test Vite Cli</title>
<style>
@font-face {
font-family: AvenirNextLTPro;
src: url(/fonts/AvenirNextLTPro-Bold.otf);
}
@font-face {
font-family: GuideLink;
src: url(/fonts/ClashRoyale.otf);
}
@font-face {
font-family: HiraginoSans;
src: url(/fonts/Hiragino-Sans.ttf);
}
</style>
</head>
<body class="en">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
var global = window;
</script>
<script type="module" src="/src/index.tsx"></script>
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "c0fc1db333e343239b519d39a23cbe5b"}'
></script>
</body>
</html>