-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.84 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
<!DOCTYPE html>
<htm>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>Quiz Time</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<div class="main div">
<div class="quiz-time">
<div class="start" id="start" style="display: block;">
<img src="original chorono.png" alt="Timer" width="200" height="200" style="float:left" >
<img src="QA from xd.png" alt="Q&A" width="200" height="200" style="float:right">
<br><br><br><br>
<h1 class="app">Quiz Time</h1><br><br><br><br>
<div class="underline"></div>
<div class="quiz" id="quiz-screen" style="display: block;">
<div class="time-bar">
<div class="time-left" id="tile-left">
<div class="question-no">
<h3 class="q-text">Question 1<span id="Currentquestion"></span> </h3>
<div class="qus">
<h5 class="question">What's The National Flower Of Japan?</h5><br><br><br>
<div class="choises">
<button class="btn" id="opt1"> a - option 1</button><br>
<button class="btn" id="opt2"> b - option 2</button><br>
<button class="btn" id="opt3"> c - option 3</button><br>
<button class="btn" id="opt4"> d - option 4</button><br><br><br>
<div class="next-btn">
<button class="btnn" id="next">Next</button>
<script src="script.js"></script>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>