From fa9547d587efbdc0625b164a4d39a4d6f8b2229a Mon Sep 17 00:00:00 2001 From: reiyua Date: Mon, 30 Sep 2024 15:28:30 +1000 Subject: [PATCH] Implement basic 404 page to be upgraded. --- 404.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..509448b --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + + + 404 - File Not Found + + + +
+

Whoops! Page Not Found

+

You must have made a typo of sorts, feel free to click the link below to retrn to my main page.

+ Go Back Home +
+ + \ No newline at end of file