-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
20 lines (17 loc) · 1.21 KB
/
404.html
File metadata and controls
20 lines (17 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<link href="SiteTheme.css" rel="stylesheet" type="text/css" media="all" />
<meta charset="UTF-8">
<title>404</title>
<h1 align="center" style="color:darkred"> You seem to be a little lost, friend...<br> <a href="https://www.atearthroughreality.com" align="center" style="color:darkred">Return Home.</a></h1>
<br>
</head>
<body style="background-color:black">
<h2 align="center" style="color:white">The page you're looking for doesn't exist. Don't bother searching for it on archive.org either. <br>Nobody gives enough of a fuck to archive this trash-heap.</h2><br>
<p align="center"> <img src="https://raw.githubusercontent.com/FCGWolfe/fcgwolfe.github.io/master/Images/lost.png" width="420" height="420" alt="lost"></p>
<footer>
<h4 align="center" style="color:white">Copyright (C) 2016-2021 Fallen Crown Productions, all rights reserved. ATTR, A Tear Through Reality, Fallen Crown Productions, and all related IP, branding, recordings, etc are the sole property of Hunter Wolfe.</h4> <br>
<h4 align="center">Last Updated November 11th, 2021. Thank you to GitHub Pages for freeing me from the shackles of freehosting.com.</h4>
</footer>
</html>