-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
29 lines (24 loc) · 1.32 KB
/
Copy path404.html
File metadata and controls
29 lines (24 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title class="category">Authors | Quotes4Life</title>
<meta name="viewport" content="width=device-width">
<link type="text/css" rel="stylesheet" href="/css/normalize.css">
<link type="text/css" rel="stylesheet" href="/css/404styles.css">
</head>
<body>
<header id="page-header"></header>
<main>
<h1 class="category">Quotes Sorted by Topic</h1>
<main>
<div id="not-found">Site not Found</div>
<video src="../../media/videos/screaming-goat.mp4" autoplay="autoplay" width=40% id="video"></video>
<p id="monkeyking">The goats in charge of this site have not thought this through and you have found a missing page. The Goats that are screaming at you right now will attempt to control the mind of the emporor of the site to fix it. In the mean time <a href="index.html">Click Here</a>to go to the main page or <a href="https://www.google.com">Visit Here</a> to search to your heart's content.</p>
</main>
<footer id="main-footer"></footer>
<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type='text/javascript' src="/js/quote-modules.js"></script>
<script type="text/javascript" src="/js/javascript.js"></script>
</body>
</html>