-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
47 lines (36 loc) · 1.4 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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">
<title>Home</title>
<link rel="stylesheet" href="home.css">
<link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="wrapper">
<div class="logo"><img id="i1" src="images/image-removebg-preview.png"></div>
<div class="image"><img id="i2" src="images/challenge_illustration-800-removebg 1.png"></div>
</div>
<div class="text">
<p>Welcome Kwizard <br>Believe in your Quizing? Well, you are in the right place. Lets begin the Quiz....</p> <br>
<div class="btn-container">
<a href="addQuestion.html"><span><button class="button">Next</span></button></a>
</div>
</div>
</body>
</html>