Files
site/404.php

8 lines
109 B
PHP
Raw Normal View History

2019-12-03 17:08:42 -07:00
<?php include "header.php"; ?>
<h1 id="fancyboi">$ ERROR 404</h1>
2019-12-03 17:08:42 -07:00
<?php include "footer.php"; ?>