-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 726 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (24 loc) · 726 Bytes
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
<!doctype html>
<html>
<head>
<title>Mind Assault - Menu</title>
<meta charset="utf-8" />
<!-- Librairies -->
<script type="text/javascript" src="libs/phaser.min.js"></script>
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.2/phaser.min.js"></script> -->
</head>
<body>
<script type="text/javascript" src="cinematique.js"></script>
<!-- <script type="text/javascript" src="main.js"></script> -->
<style>
body {
margin: 0;
margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: black;
}
</style>
</body>
</html>