summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-29 10:29:46 -0600
committermo khan <mo@mokhan.ca>2025-05-29 10:29:46 -0600
commit688d7199b8428a3870a7fb200c12fe16e9f8f14c (patch)
tree610f6a2dc50d9e98aa1c227477feaccd08773b5f /public
parent729f857374e072835ad8f1da9cc01bffa8add8d3 (diff)
feat: add a 404 not found page
Diffstat (limited to 'public')
-rw-r--r--public/404.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..d03f7ea
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>404 - Not Found</title>
+
+ </head>
+ <body>
+ <h1>404 - Not Found</h1>
+ </body>
+</html>