-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (39 loc) · 1.51 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>
<title>Alien Addition - Menu</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='icon' href='../img/ufo.ico' type='image/x-icon'>
<link href="https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main>
<div id="title">
Alien Addition
<div id="title-ufo">
1 + 1
</div>
</div>
<div id="start">
Play Game
</div>
<div id="load">
Load Game
</div>
<div id="rules">View Rules</div>
<!-- <div id="mute-game" class="mute-active">
Mute: <span id="mute-game-value">YES</span> -->
<!-- <br>
<img src="img/mute.png" alt="Mute icon" width=10%> -->
<!-- </div> -->
<!-- <audio src="audio/menu-screen.mp3" id="audio-menu"></audio> -->
</main>
<!-- <footer>
</footer> -->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>