-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (45 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./resurssit/css/style.css" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="headTextContainer">
<h1 class="headText">Going To The Store</h1>
<p class="beginningText">Lets go shopping! <br>
Remember every item on the list and pick the right ones. <br>
Finish all 3 levels to be the ultimate grocery shopper! </p>
</div>
</header>
<section class="buttonContainer">
<button class="goButton startButtons">Go!</button>
<button class="againButton startButtons">Start Over</button>
<button class="continueButton startButtons">Continue</button>
</section>
<section class="middleArea">
<div class="levelContainer">
<h2>Level: </h2>
<p class="level">1</p>
<div class="timer">
<div class="timerInner">
</div>
</div>
</div>
<div class="textContainer">
</div>
<div class="displayContainer">
</div>
</section>
<!--div>
<img class="myList" src="./resurssit/kuvat/myList.png">
</div-->
<footer class="footer">
<p ><a href="https://www.youtube.com/watch?v=iRZ2Sh5-XuM" target="_blank">Going to the store </a></p>
</footer>
<script src="main.js"></script>
</body>
</html>