-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 878 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Title -->
<title>Quick Quiz</title>
<!-- Custom Styles -->
<link rel="stylesheet" href="assets/css/app.css" />
<!-- Favicon -->
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
</head>
<body>
<main class="container">
<div id="home" class="flex-center flex-column">
<h1 style="text-align: center;">Do you know you rights??</h1>
<a class="btn" href="assets/html/game.html"><img src="https://freight.cargo.site/w/1120/i/cf19d2f04db678c5f6ccab680e95a6fb7bc156b7216cd680795471e7aaf96393/letsplay.gif" alt="" width="100px"></a>
<a class="btn" href="assets/html/highscores.html">High Scores</a>
</div>
</main>
</html>