summaryrefslogtreecommitdiff
path: root/src/error_404.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/error_404.php')
-rw-r--r--src/error_404.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error_404.php b/src/error_404.php
index 79bb955..432ade4 100644
--- a/src/error_404.php
+++ b/src/error_404.php
@@ -4,7 +4,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
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
+ 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"); ?>