-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhost.html
More file actions
49 lines (41 loc) · 1.35 KB
/
host.html
File metadata and controls
49 lines (41 loc) · 1.35 KB
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
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spooky Scary Skeletons</title>
<link rel="shortcut icon" href="./assets/images/skeleton.png" type="image/x-icon">
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<!-- <h1 class="border">Spooky Scary Skeletons</h1>
<div class="flex">
<h3 class="floor-name border"></h3>
<h3 class="score border"></h3>
</div> -->
<container>
<!-- <div class="floor" data-floor="basement" id="basement"><canvas id="basement-canvas"></canvas></div>
<div class="floor" data-floor="lower" id="lower"><canvas id="lower-canvas"></canvas></div>
<div class="floor" data-floor="upper" id="upper"><canvas id="upper-canvas"></canvas></div> -->
<div class="border">
<canvas></canvas>
</div>
</container>
<!-- <dialog>
🎅🎅🎅<br>
The skeletons found you sneaking around before Christmas!<br/>
They've taken you to the dungeon for being NAUGHTY<br>
🎅🎅🎅
</dialog> -->
<div class="buttons">
</div>
<dialog>
💀💀💀<br>
You've been grabbed by the ghoulies!<br />
They've taken you to the dungeon!<br>
💀💀💀
</dialog>
<script src="./bundle.js"></script>
</body>
</html>