summaryrefslogtreecommitdiff
path: root/src/error_404.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
commitdfed378228447a9c798d8bfd0f4c058acda4c78c (patch)
tree18ae415475fe9ff59311aa38e769c0b0d621edab /src/error_404.php
parentcdfa84e6b337a9964f2918210b65670061061410 (diff)
replaced spaces with tabs and fixed the music page
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"); ?>