site/404.php

8 lines
107 B
PHP

<?php include "header.php"; ?>
<h1 id="fancyboi">ERROR 404</h1>
<?php include "footer.php"; ?>