-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Quizyfy" content="Take this quiz to test your knowledge">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<title>Quizyfy</title>
</head>
<body>
<div class="wallpaper">
<div class="container">
<ul class="anim">
<li>Q</li>
<li>U</li>
<li>I</li>
<li>Z</li>
<li>Y</li>
<li>F</li>
<li>Y</li>
</ul>
<h2 class="tagline">ARE YOU READY <i class="fas fa-question"></i></h2>
<a href="./game.html" class="button1 btn1">PLAY</a>
<a href="./highscores.html" class="button2 btn2 ">High Scores <i class="fas fa-crown"></i></a>
</div>
</div>
</body>
</html>