-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.03 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Cadence Infernale</title>
<meta name="author" content="Paul Gersberg" />
<meta name="description" content="Applicaiton mobile pour Cadence Infernale" />
<style>*{margin:0;padding:0;}body{background: #ccc url(img/pattern.png) repeat; overflow:hidden;}#banner{display:none;}</style>
<script src="src/plugins/webfont.js"></script>
<script src="src/phaser.3.60.0.min.js"></script>
<script src="src/utils.js"></script>
<script src="src/Boot.js"></script>
<script src="src/Preloader.js"></script>
<script src="src/MainMenu.js"></script>
<script src="src/Settings.js"></script>
<script src="src/Story.js"></script>
<script src="src/Game.js"></script>
</head>
<body>
<!-- <img id="banner" src="screens/EPT-MainMenu.png" alt="Enclave Phaser Template" />
<a href="https://github.com/EnclaveGames/Enclave-Phaser-Template/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="img/fork.png" alt="Fork me on GitHub" /></a> -->
<script src="src/start.js"></script>
</body>
</html>