Update and rename error404.php to errors/404.php

This commit is contained in:
deepend-tildeclub 2024-10-21 11:24:56 -06:00 committed by GitHub
parent a470a27105
commit ad325ceeea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php include "header.php"; ?>
<?php include "../header.php"; ?>
<h1 id="fancyboi">ERROR 404</h1>
@ -19,5 +19,5 @@
</div>
<?php include "footer.php"; ?>
<?php include "../footer.php"; ?>