fixed something

This commit is contained in:
2026-03-02 10:48:59 -05:00
parent 958edb5308
commit 67530fa5d5
6 changed files with 106 additions and 875 deletions

View File

@@ -1,15 +1,15 @@
<!DOCTYPE html>
<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}
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>
<h1>Error 404 - Page Not Found</h1>
<p>This page doesn't exist. You know who to blame.</p>
<pre>
_____
@@ -22,5 +22,6 @@ pre{color:#ff0}
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>
</html>