-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (30 loc) · 1.15 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
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bumper Jumper</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="https://apertateam.github.io/the-gamebox/games/BumperJumper/js/game.js"></script>
<script type="text/javascript" src="https://apertateam.github.io/the-gamebox/games/BumperJumper/js/loader.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<style>
body {
padding: 0px;
margin: 0px;
background-color: black;
}
</style>
</head>
<body>
<div id="body" >
<style>
body {
color: white;
}
</style>
<p>Shit ain't done lol</p>
<canvas id="screen" width="768" height="672" style = "border: 1px solid black; background-color:white;"></canvas>
<script src="https://apertateam.github.io/the-gamebox/games/BumperJumper/js/main.js"></script>
</div>
</body>
</html>