summaryrefslogtreecommitdiff
path: root/website/404.html
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-08 16:16:36 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-08 16:16:36 -0800
commitcb07b3d317566c801ac1f6c05c4e3c16c6226083 (patch)
tree62a57f99038312c44ec026ee96251ad73371c731 /website/404.html
parent3c7553ae5a6f0e17b2245907f25e27265ccc3940 (diff)
add 404 page
Diffstat (limited to 'website/404.html')
-rw-r--r--website/404.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/404.html b/website/404.html
new file mode 100644
index 0000000..acfe1af
--- /dev/null
+++ b/website/404.html
@@ -0,0 +1,12 @@
+$$START TITLE
+404
+$$END TITLE
+
+$$START CONTENT
+<h1>File not found</h1>
+<p>
+ If you're looking for this document or directory it currently doesn't exist.
+ Sorry! I'm either lazy or have a limited amount of time, probably the second.
+ You can <a href="/">return home</a>.
+</p>
+$$END CONTENT