added custom 404.

This commit is contained in:
2019-12-03 17:08:42 -07:00
parent b416e42bba
commit bad5229a8e
4 changed files with 56 additions and 1 deletions

7
404.php Normal file
View File

@@ -0,0 +1,7 @@
<?php include "header.php"; ?>
<h1>$ ERROR 404</h1>
<?php include "footer.php"; ?>