-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (29 loc) · 974 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
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A simple game in order to test phase framework feactures">
<meta name="author" content="Anselme Chorein">
<title>Ultimate Plateform</title>
<!-- build:css main.min.css -->
<link rel="stylesheet" href="css/main.css">
<!-- /build -->
</head>
<body>
<div id="phaser-game" class="game"></div>
<!-- build:remove -->
<script src="http://localhost:35729/livereload.js"></script>
<!-- /build -->
<!-- build:js phaser.min.js -->
<script src="node_modules/phaser-ce/build/phaser.min.js"></script>
<!-- /build -->
<!-- build:js jquery.min.js -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<!-- /build -->
<!-- build:js bundle.min.js -->
<script src="bundle.js"></script>
<!-- /build -->
</body>
</html>