-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathend.html
34 lines (33 loc) · 1.01 KB
/
end.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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiz</title>
<link rel="stylesheet" href="quiz.css";>
<style>
h2 {color:black; text-align: center; margin-left: 30px; margin-top: 110px; }
</style>
</head>
<body>
<script src="quiz.js"></script>
<div class="topnav-right">
<b><a href="index.html">Home</a></b>
<b><a href="contact.html">Contact</a></b>
<b><a href="about.html">About</a></b>
</div>
<div class="header">
<div class="logo">
<img src="https://cdn.iconscout.com/icon/premium/png-512-thumb/brain-1709789-1452528.png?f=webp&w=256" width="70" height="70">
</div>
<div class="name">
<h1>QuizStorm</h1>
</div>
</div>
<div class="container">
<div class="final-box">
<h2>Thankyou for playing this Quiz!</h2>
</div>
</div>
</body>
</html>