-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (42 loc) · 1.38 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Apna Stylesheet and favicon, created from favicon.cc -->
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/favicon_b.ico">
<title>Beyblade | SKK</title>
</head>
<body>
<img class="beyblade_poster" src="images\f2e02c663393bb60e0abc671f864f2f5.png" alt="Beyblade metal fusion">
<h2>Press <u><b>Space</b></u> to start and <u><b>UP ↑</b></u> to dodge. </h2>
<h4>Save pegasus from direct hit.</h4>
<div class="a">
<img class="ginga" src="images\Beyblade-Metal-Fusion-Wallpaper.png" alt="">
</div>
<div class="b">
<div id="container">
<div id="mainBeyblade">
<img src="images\main.png" alt="dino">
</div>
<div id="block">
<img src="images\3.png" alt="blocks">
</div>
<div id="road">
<img src="images\how2BtbjjDpofnaa2cyKeG.jpg" alt="road">
</div>
<div id="cloud">
<img src="images/cloud.png" alt="cloud">
</div>
<div id="score">Score <b>00</b></div>
<div id="gameOver">Game Over</div>
</div>
</div>
<div class="c">
<img class="nemesis" src="images\24152.png" alt="">
</div>
<script src="script.js"></script>
</body>
</html>