-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (34 loc) · 921 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index-1c77395a.js"></script>
<link rel="stylesheet" href="/assets/index-bdc0146a.css">
</head>
<body>
<div id="app">
<h1>Guess the Country</h1>
<div id="headerDiv">
<button id="startButton"> Play Quiz </button>
<div id="scoreDiv">
<p>score</p>
<h1 id="scoreText"></h1>
</div>
<div id="timerDiv">
<p>timer</p>
<h1 id="timer">5:00</h1>
</div>
</div>
<div id="mainDiv">
<img id="flag" src="#">
</div>
<div id="wrongDiv">
<h2>Countries you got Wrong</h2>
<p id="wrongText"></p>
</div>
</div>
</body>
</html>