-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
47 lines (41 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<title>GRIM GATEWAY by RADMARS</title>
<meta charset='utf-8' />
<script type="text/javascript" src="libs/melonJS-1.0.2.js"></script>
<script type="text/javascript" src="src/GameResources.js"></script>
<script type="text/javascript" src="src/LD30.js"></script>
<style type='text/css'>
* { text-align: center }
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background-color:#090107;
color:#ffffb1;
font-family:"Arial", Arial, sans-serif;
}
p {
font-size:14px;
letter-spacing:1px;
line-height:20px;
}
#canvas {
text-align: center;
margin: 0 auto;
width: 1000px;
}
</style>
</head>
<body>
<div id='canvas'>
</div>
WASD / Arrows to walk/jump. <br/>
Space to shoot. <br />
<br/>
Team Radmars:<br/>
Spacemars, Adhesion, Emarcotte, Brendo, Tokken, steakzzz
</body>
</html>