-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameStart.html
47 lines (39 loc) · 1.45 KB
/
gameStart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mermaid Warrior Game</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/4407b52ce0.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/styleGameStart.css">
</head>
<body>
<div id="game-start">
<div class="container">
<a class=link href="index.html" target="_blank">
<img src="./images/start1.png" alt="button start">
</a>
</div>
<div class="container1">
<p class="credit">
WARRIOR MERMAID VIDEO GAME
</p>
<p class="credit">
By Shirley Gianina && Ana Sánchez Muñoz
</p>
<br />
<p>
<span> Use the arrows to move around and save as many fish as you can! </span>
<br /><span>Avoid obstacles, jellyfishs and sharks </span>
</p>
<p class="space-bar">
You can use the space bar to Shoot BUBBLES!
</p>
</div>
</div>
</body>
</html>