diff options
Diffstat (limited to 'src/error_404.php')
-rw-r--r-- | src/error_404.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/error_404.php b/src/error_404.php index 2893641..79bb955 100644 --- a/src/error_404.php +++ b/src/error_404.php @@ -5,5 +5,6 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> The page you tried to access doesn't exist. I probably just haven't made it yet. + If you think it should definitely exist, let me know by emailing me at kai@kaistevenson.com </p> -<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
\ No newline at end of file +<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |