From cb07b3d317566c801ac1f6c05c4e3c16c6226083 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 8 Nov 2022 16:16:36 -0800 Subject: add 404 page --- website/404.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 website/404.html (limited to 'website/404.html') 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 +

File not found

+

+ 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 return home. +

+$$END CONTENT -- cgit