-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
38 lines (38 loc) · 2.09 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="cleartype" content="on">
<meta name="format-detection" content="telephone=no">
<title>Crazy Santa</title>
<link rel="shortcut icon" href="./img/logo-2.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<main>
<div class="wrapper">
<h1>- Crazy Santa -</h1>
<a href="./index.html" class="play">Play</a>
<p>Crazy Santa is the game where you need to collect all coins and destroy enemyes...</p>
<p><span class="controls">Controls:</span> <br> to move to the left press <span class="control">LEFT ARROW</span><br> to move to the right press <span class="control">RIGHT ARROW</span><br> to jump press <span class="control">UP ARROW</span></p>
<p><span class="controls">Heroes:</span></p>
<img src="img/game.png" alt="heroes">
<p>For the <span class="controls">WIN</span> you must collect <span class="controls">1000</span> points:</p>
<p> -- collect star - <span class="controls">10</span> points</p>
<p> -- destroy enemy - <span class="controls">20</span> points</p>
<p class="controls">Good luck !!!</p>
<iframe width="640" height="480" src="https://www.youtube.com/embed/8a1uwG-Uefs" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<img src="img/scr_1.png" alt="" class="screenshot">
<img src="img/scr_2.png" alt="" class="screenshot">
<img src="img/scr_3.png" alt="" class="screenshot">
<footer>
<span>made by <a href="https://github.com/Globalbobone"><span class="controls">Aliaksei Pliakhanau</span></a></span>
</footer>
</div>
</main>
</body>
</html>