-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.07 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
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Santa Paravia e Fiumaccio</title>
<link rel="stylesheet" href="css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48QX0CE08M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-48QX0CE08M');
</script>
</head>
<body>
<div id="playerStatus"></div>
<div id="images"></div>
<canvas id="map" class="responsive"></canvas>
<div id="text"></div>
<div id="ïnputTextArea">
<table>
<td style="width:90%"><input id="inputText"/></td><td style="width:10%"><input type="button" value="✓"/></td>
</table>
</div>
<div id="buttonBox"></div>
<script src="js/game.js"></script>
</body>
</html>