summaryrefslogtreecommitdiff
path: root/errors/404
diff options
context:
space:
mode:
Diffstat (limited to 'errors/404')
-rw-r--r--errors/404/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/errors/404/index.html b/errors/404/index.html
new file mode 100644
index 0000000..d7db1cb
--- /dev/null
+++ b/errors/404/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Error 404 ยท Did you say ponies?</title>
+ <link rel="stylesheet" href="/assets/main.css">
+ <link rel="icon" href="/assets/icon.png">
+ <meta name="description" content="Woopsies! Guess I fell from this cloud... (Page Not Found)">
+</head>
+<body id="error-page">
+ <div>
+ <img src="/assets/ponies/error.gif" alt="" class="pony" id="error-pony">
+ <h1 id="error-title-1">Oopsies!</h1>
+ <h2 id="error-title-2">(error 404)</h2>
+ <p>We can't find the content you requested, sorry about that.</p>
+ <p><a href="/" class="link">Go back home.</a></p>
+ </div>
+</body>
+</html> \ No newline at end of file