-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (26 loc) · 860 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Market Street Tycoon</title>
<link rel="stylesheet" href="style.css"/>
<link
rel="shortcut icon"
type="image/x-icon"
/>
</head>
<html>
<body>
<div id="gamepad">
<b id="up">▲</b>
<b id="down">▼</b>
<b id="left">◀</b>
<b id="right">▶</b>
<b id="ok">OK</b>
</div>
<canvas id="c2d"></canvas>
<canvas hidden id=font width=250 height=20 style="border:1px solid"></canvas>
<script type="module" src="/src/index.ts"></script>
<script data-host="https://app.microanalytics.io" data-dnt="false" src="https://app.microanalytics.io/js/script.js" id="ZwSg9rf6GA" async defer></script>
</body>
</html>