-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Edis Game</title>
<link rel="manifest" href="manifest.json" />
<!-- ios support -->
<link rel="apple-touch-icon" href="icon/72.png" />
<link rel="apple-touch-icon" href="icon/128.png" />
<link rel="apple-touch-icon" href="icon/144.png" />
<link rel="apple-touch-icon" href="icon/152.png" />
<link rel="apple-touch-icon" href="icon/512.png" />
<meta name="apple-mobile-web-app-status-bar" content="#db4938" />
<meta name="theme-color" content="#db4938" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/varsAndDefault.css" />
<link rel="stylesheet" href="css/macro.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/mainClasses.css" />
<link rel="icon" type="image/x-icon" href="icon/72.png">
<!--
<base href="/EdisGame/" />
-->
</head>
<body class="overallBody">
<!--
<header class="headerBar">
admin
</header>
<div class="centerBox">Edis game</div>
-->
<div class="mainContent">
<div id="componentApp">
:-)
</div>
</div>
<audio id="my-audio" muted src="handflute.m4a"></audio>
<script type="module" src="src/main.ts"></script>
</body>
</html>