summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-11 16:09:31 -0500
committer53hornet <atc@53hor.net>2021-12-11 16:09:31 -0500
commit59ca721c6aa954bb3cd3c7511893a3080d8df832 (patch)
treef091b782736bc92862c7cf37248215db6a147f0c /includes
parent58a720d84854b7a63ebeacbb58b1f87baa1eaf9f (diff)
download53hor-59ca721c6aa954bb3cd3c7511893a3080d8df832.tar.xz
53hor-59ca721c6aa954bb3cd3c7511893a3080d8df832.zip
feat: better 404 handling
Diffstat (limited to 'includes')
-rw-r--r--includes/404.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/404.php b/includes/404.php
new file mode 100644
index 0000000..dbf344f
--- /dev/null
+++ b/includes/404.php
@@ -0,0 +1,5 @@
+<h1>Not Found</h1>
+
+<p>
+ That's been moved or is otherwise missing, sorry! <a href="/">Check out my other stuff</a>.
+</p>