diff options
Diffstat (limited to 'includes/404.php')
-rw-r--r-- | includes/404.php | 5 |
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> |