-
Notifications
You must be signed in to change notification settings - Fork 10
/
Home.html
27 lines (26 loc) · 927 Bytes
/
Home.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
<!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.0" />
<link rel="stylesheet" href="home.css"/>
<title>Home</title>
</head>
<body>
<div class="quiz">
<div class="heading">Take the Quiz</div>
<div class="quiz-subheading">WHAT’S YOUR GENERAL KNOWLEDGE LIKE ?</div>
<div class="line">
<div class="circle"></div>
<hr />
</div>
<div class="quiz-body">
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.
</div>
<a href="register.html"><button onclick: class="home-button">OH, YES PLEASE LET’S GO ---></button></a>
</div>
</body>
</html>