-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (35 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Code-Quiz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css ">
<link rel="icon" href="./assets/image/nic.jpg">
</head>
<body >
<div class=" container ">
<div id="quiz">
<h1> !!! WELCOME TO THE !!!</h1>
<img id="image" src="./assets/image/img1.gif" width="50%" height="120">
<h4>Timer : <span id="time">59</span> Secondes</h4>
<h5 >Decison : <span id="deci">....?</span></h5>
<hr style="margin-bottom: 20px;">
<h2 id="quest"></h2>
<hr>
<button id="bt0"><span id="answer0"></span></button>
<button id="bt1"><span id="answer1"></span></button>
<button id="bt2"><span id="answer2"></span></button>
<button id="bt3"><span id="answer3"></span></button>
</div>
<hr style="margin-top: 50px;">
<footer>
<p id="progress">Question ... of 10 </p>
</footer>
</div>
<button id="imag"><img src="./assets/image/but.gif" ></button>
<script src="./assets/javascript/quiz.js"></script>
</body>
</html>