-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 882 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="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<link href="fonts/css.css" rel="stylesheet" />
<title>Tanks 1990</title>
<script type="module" crossorigin src="/assets/index-_-Xofq4Z.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-2-63DrnY.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<input type="checkbox" id="switch" checked style="display: none" />
<label for="switch" class="switch-label" style="display: none"></label>
<div id="container" style="padding: 0; width: 100%; height: 100vh">
<div class="screen">
<div id="root"></div>
</div>
</div>
</body>
</html>