-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (54 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<!-- <meta charset="utf-8"> -->
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<title>Gahme</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="stylesheet" type="text/css" media="screen" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
</head>
<body>
<div id="player">
<audio id="player1" autoplay hidden loop>
<!-- <source id="playerSrc" type="audio/mpeg" src="/sounds/boulders,boulderdash.mp3"> -->
</audio>
<audio id="player2" autoplay hidden loop>
<!-- <source id="playerSrc" type="audio/mpeg" src="/sounds/boulders,boulderdash.mp3"> -->
</audio>
<audio id="effect3" autoplay hidden>
</audio>
</div>
<audio id="nya" hidden >
<source src='/sounds/woah.mp3' type='audio/mpeg'>
</audio>
<div id="firstDiv">
<div>
<h1 id="h1">level 100</h1>
</div>
<div id="goverContainer">
<div id="gOver">
LOoOoOoOSEeR !!
<br>
<h1 id = "mena"></h1> <span id="finalDestination"></span>
<br>
<a class="restartTheGame" onclick="window.location.reload()" href="#">C'mon Lose Again!!</a>
</div>
</div>
<canvas id="ourCanvus" width="600" height="450" >
change thy browseaaa!! <!--cause not all the browsers support the canus feature-->
</canvas><!-- GAME CANVUS END !!!!-->
<br>
<div id="love">
<div><h1>Your Score = <span id="over">0</span> </h1> </div>
<h1 id="high-score">high score: 99 </h1>
</div>
</div><!-- firstDiv END! -->
<script src="script.js"></script>
</body>
</html>