-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
42 lines (38 loc) · 1.06 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
<html>
<head>
<meta charset="utf-8">
<title>hogjam3.</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main role="main">
<canvas id="game"></canvas>
<div id="outer-dialog-wrapper">
<div id="inner-dialog-wrapper">
<div id="dialog">
<div class="message">
</div>
<div class="choices">
<form id="choice-form">
</form>
</div>
<div id="dialog-buttons">
<button name="ok" id="dialog-ok-button">Ok</button>
<button name="cancel" id="dialog-cancel-button">Cancel</button>
</div>
<div id="timer"></div>
</div>
</div>
</div>
<div id="music">
<a href="#" id="play-music" style="display:none;">play</a>
<a href="#" id="pause-music">pause</a>
music
</div>
</main>
<footer></footer>
<script src="easeljs-0.7.1.min.js"></script>
<script src="./bundle.js"></script>
</body>
</html>