diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
commit | dfed378228447a9c798d8bfd0f4c058acda4c78c (patch) | |
tree | 18ae415475fe9ff59311aa38e769c0b0d621edab /src/error_404.php | |
parent | cdfa84e6b337a9964f2918210b65670061061410 (diff) |
replaced spaces with tabs and fixed the music page
Diffstat (limited to 'src/error_404.php')
-rw-r--r-- | src/error_404.php | 4 |
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"); ?> |