-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.html
39 lines (31 loc) · 855 Bytes
/
game.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>$paceUp</title>
<link rel = "stylesheet" type = "text/css" href = "cssGame.css"/>
</head>
<body id = 'bod'>
<h1 id = 'head'></h1>
<h3 id = 'head2'></h3>
<h2 id = "newScore"></h2>
<div id = "score">
<p id = "scoreM"></p>
<p id = "scoreI"></p>
</div>
<div id = "hype"></div>
<div id = "load"></div>
<div id = "displayS">
<p id = "displayM"></p>
<p id = "displayI"></p>
</div>
<div id = "sother">
<p id = "highScoreText"></p>
<p id = "highScore"></p>
</div>
<canvas id = 'can'></canvas>
<script src="game2.js"></script>
</body>
</html>