-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
34 lines (31 loc) · 891 Bytes
/
result.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
<!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">
<title>Final Results</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand:700" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-bg">
<div></div>
<div></div>
<div></div>
</div>
<h2 id="head2">Quiz Result</h2>
<div>
<img id="image-stauts" src="" alt="">
</div>
<div class="score">
<p id="score-number">Your score is: <strong id="score"></strong></p>
<p id="resultMessage"></p>
</div>
</div>
<script src="js/result.js"></script>
</body>
</html>