-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 1.15 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
<!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">
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/app.js" charset="utf-8"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet">
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap" rel="stylesheet"> -->
<title>Save the Planet!</title>
</head>
<body>
<div class = "heading-writing">
<div class ="h1-writing"><h1>Save the Planet!</h1></div>
<div class = "h2-writing"><h2>Help Greta fight climate change and stop the oil giants</h2>
<button id = "start-button">Start</button></div>
<div class="start-and-score">
<p>Score <span id = "score-display">0</span></p>
<div class="grid-wrapper">
<div class="grid"></div>
</div>
<p>Lives <span id="lives-display">3</span></p>
</div>
</div>
</body>
</html>