forked from ketanhwr/reflexio
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
28 lines (26 loc) · 778 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
27
28
<!DOCTYPE HTML>
<html>
<head>
<title>Reflexio!</title>
<link rel="shortcut icon" href="images/R1.png">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<center>
<canvas id="arena">
Canvas tag not supported!
</canvas>
<audio autoplay loop>
<source src="sounds/sound4.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<script src="scripts/drawSpace.js"></script>
<script src="scripts/mainmenu.js"></script>
<script src="scripts/levels.js"></script>
<script src="scripts/script.js"></script>
<script src="scripts/aboutus.js"></script>
<script src="scripts/settings.js"></script>
<script src="scripts/instructions.js"></script>
</center>
</body>
</html>