-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 1.51 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
</html>
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui" />
<meta name="description" content="">
<title>gem</title>
<link rel="icon" href="assets/favicons/favicon.png" type="image/png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" href="images/touch-icon-57x57.png">
<style>
html {
margin: 0;
background: black;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
overflow: hidden;
}
body {
margin: 0;
background: black;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
overflow: hidden;
}
</style>
<script type="module" crossorigin src="./js/index-BfyBc-xn.js"></script>
</head>
<body>
<div id="game-holder"></div>
</body>
</html>