-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Quiz App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="./css/styles.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div class="top">
<p class="heading">Take the Quiz</p>
</div>
<div class="middle">
<h1 class="h1">WHAT’S YOUR GENERAL KNOWLEDGE LIKE ?</h1>
<div class="line">
<hr class="line1">
<span class="dot"></span>
<hr class="line2">
</div>
</div>
<div>
<p class="h2">Are you buttoned-up or footloose & fancy-free? Get that freshly
sharpened pencil bouquet ready; take this quiz to find out
how much your mind observes the world.</p>
</div>
<a href="./register.html">
<button>OH,YES PLEASE LET'S GO →</button>
</a>
<script src="" async defer></script>
</body>
</html>