Files
site/404.php
2019-12-03 17:08:42 -07:00

8 lines
95 B
PHP

<?php include "header.php"; ?>
<h1>$ ERROR 404</h1>
<?php include "footer.php"; ?>