-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
26 lines (26 loc) · 1.61 KB
/
404.html
File metadata and controls
26 lines (26 loc) · 1.61 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
<html>
<head>
<title>Page Not Found | Halopedia Archives</title>
<meta charset="UTF-8">
<meta description="Halopedia Archives 404: This page has not been archived, due to a lack of relevance to Halo, or a lack of notability!">
<meta name="keywords" content="Halo, Halopedia, Halopedia Archive, Halopedia Archives, Believe, ilovebees, Jake Courage">
<meta name="author" content="Halopedia">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/404.css">
</head>
<body onload="onPageLoad();">
<header class="header">
<div class="header-fade"></div>
<h1 class="header-title">Silence fills the empty page<!--, now that I have gone. But my mind is not at rest, for questions linger on...--></h1>
</header>
<main class="pageContent">
<article class="description">
<p>Sorry, we don't have that page archived! Either it was unrelated to <i>Halo</i>, or was not notable enough to archive. If you believe the page should be archived, contact a Halopedia administrator. Otherwise, press your browser's back button to return to the archive, or <a href="/">return to the home page</a>.</p>
</article>
</main>
<footer>
<hr>
<p>This web page is distributed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License, Version 3</a>. Its source code can be found on the Halopedia GitHub, <a href="https://github.com/Halopedia/Archive">here</a>. The individual archives are not currently available under GPL.</p>
</footer>
</body>
</html>