-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (27 loc) · 1.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Snowbox</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/phaser-ce/2.9.2/phaser.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js"></script>
<script type="text/javascript" src="https://samme.github.io/phaser-plugin-advanced-timing/index.js"></script>
<script type="text/javascript" src="js/libs/phaser-input.min.js"></script>
<script type="text/javascript" src="js/sprites.js"></script>
<script type="text/javascript" src="js/sounds.js"></script>
<script type="text/javascript" src="js/communicator.js"></script>
<script type="text/javascript" src="js/mockServer.js"></script>
<script type="text/javascript" src="js/phaser-helper.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
<style type="text/css">
body {
margin: 0;
}
</style>
</head>
<body>
<p id="fontloader">stub</p>
</body>
</html>