-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (34 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.firebase.com/js/client/2.4.2/firebase.js"></script>
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<style type="text/css">
a {
color: red;
font-weight: bold;
}
</style>
<script src="js/lib/pixi.min.js"></script>
<script src="js/lib/ajax.min.js"></script>
<script src="js/lib/cheet.min.js"></script>
<script src="js/lib/pixicam.min.js"></script>
<script src="js/lib/keypress.min.js"></script>
<script src="js/functions.js"></script>
<script src="sounds.js"></script>
<script src="images.js"></script>
<script src="js/entities/spells.js"></script>
<script src="js/multiplayer.js"></script>
<script src="js/entities/player.js"></script>
<script src="js/entities/playermulti.js"></script>
<script src="js/key.js"></script>
<script src="js/global.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<!--<center>
<iframe src="instructions.html" width="64%" height="500px">Instructions</iframe>
</center>-->
</body>
</html>