28 lines
802 B
HTML
28 lines
802 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Error - Dustin's Fault</title>
|
|
<style>
|
|
body { font-family: monospace; background: #000; color: #0f0; margin: 40px; }
|
|
h1 { color: #f00; }
|
|
pre { color: #ff0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Error 404 - Page Not Found</h1>
|
|
<p>This page doesn't exist. You know who to blame.</p>
|
|
<pre>
|
|
_____
|
|
| __ \
|
|
| | | | ___ _ _ _ __ ___
|
|
| | | |/ _ \ | | | '_ ` _ \
|
|
| |__| | __/ |_| | | | | | |
|
|
|_____/ \___|\__,_|_| |_| |_|
|
|
|
|
It's Dustin's fault. Obviously.
|
|
</pre>
|
|
<p><a href="/" style="color:#0ff">Go back to blaming Dustin properly</a></p>
|
|
<p aria-describedby="404error-desc">If you actually like Dustin, you might want to rethink your life choices!</p><p id="404error-desc" style="color:#ff0">Because nobody should be this unlucky!</p>
|
|
</body>
|
|
</html>
|