From 59ca721c6aa954bb3cd3c7511893a3080d8df832 Mon Sep 17 00:00:00 2001 From: 53hornet <atc@53hor.net> Date: Sat, 11 Dec 2021 16:09:31 -0500 Subject: feat: better 404 handling --- includes/404.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 includes/404.php (limited to 'includes/404.php') 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> -- cgit v1.2.3