-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 1.01 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
<head><title>Math Game : Aeroer</title></head>
<div id=container><canvas id=backcanvas></canvas><canvas id=canvas></canvas>
<div id=load>
<h1>Loading</h1></div>
<div id=home>
<h1>Math Game</h1>
<p><b>How to play:</b><br>🚀 Drag pieces around<br>🚀 Stack those with the same number<br></p>
<p class="Develop">💻 Develop By © <a href="https://aeroer.live/" target="_blank" >Aeroer.live</a></p>
<div id=start>Start</div>
<div id=menu><input type=checkbox class=opt id=m checked=checked><label for=m>Music</label>
<br>
<input type=checkbox class=opt id=s checked=checked><label for=s>Sound FX</label>
<br>
<input type=checkbox class=opt id=q checked=checked><label for=q>High Quality</label>
</div>
</div>
<div id=end style=display:none>
<h1>You Win</h1>
<div id=reset>PLAY AGAIN</div>
</div>
</div>
<!-- CSS & Java Script Link -->
<link rel="stylesheet" href="style.css"/>
<script src="script.js"></script>