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

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"; ?>