-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./dist/main.js"></script>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href='./dist/public/css/game.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="./dist/public/images/jurassicFavicon.ico" type="image/gif">
<script src="https://kit.fontawesome.com/221602bdfb.js" crossorigin="anonymous"></script>
<!-- <script src="https://kit.fontawesome.com/221602bdfb.js" crossorigin="anonymous"></script> -->
<title>DynoTypo</title>
<script>
</script>
</head>
<body id='gameLayout'>
<h1 class="title"><img src="./dist/public/images/title2.png" alt=""></h1>
<i class="fas fa-volume-up fa-2x" id='muteToggle'></i>
</div>
<!-- <img src="/Users/samisherif/Desktop/DynoTypo/public/images/title.png" alt=""> -->
<canvas id="game-canvas" width="800" height="450">
</canvas>
<input id="typing-input"></input>
<div>
<div class="about">
<strong>
THE DINOS ARE FREE!!!!! <br/>
You are the parks hunter and are tasked with killing all the ferocious dinosaurs before they kill the innocent people. To start CLICK or press ENTER <br/>
Type as fast as you can and become a legend by giving your life to kill as many of the dinosaurs as possible. <br/>
Each dinosaur has an achilles word, type it in and press ENTER or SPACE to automatically destroy it. <br/>
May GOD have mercy on your soul brave hunter. <br/>
P.S if you die get reincarnated as a hunter again and keep fighting by CLICKING
</strong>
</div>
<ul class="contact">
<li><a href="https://github.com/samisherif95" target="_blank"><i class="fab fa-github fa-2x"></a></i></li>
<li><a href="https://www.linkedin.com/in/sami-ellaboudy-667883161/" target="_blank"><i class="fab fa-linkedin fa-2x"></a></i></li>
<li><a href="https://angel.co/sami-ellaboudy" target="_blank"><i class="fab fa-angellist fa-2x"></a></i></li>
</ul>
</div>
</body>
</html>