diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
commit | cb07b3d317566c801ac1f6c05c4e3c16c6226083 (patch) | |
tree | 62a57f99038312c44ec026ee96251ad73371c731 /website/404.html | |
parent | 3c7553ae5a6f0e17b2245907f25e27265ccc3940 (diff) |
add 404 page
Diffstat (limited to 'website/404.html')
-rw-r--r-- | website/404.html | 12 |
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 |