-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (25 loc) · 1.06 KB
/
404.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>
<head>
<title>Quiz | 404</title>
<link rel="stylesheet" href="assets/stylesheets/styles.css"/>
<link rel="icon" href="assets/images/favicon.ico?v=2.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="title">Quiz</a>
</header>
<div class="transparentBox resultCenter">
<main class="center-box">
<h1>404 error</h1>
<h2>This page cannot be found</h2>
<a href="index.html" class="button big semiBold">Home</a>
</main>
</div>
<footer>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>
</body>
</html>