site/404.php

8 lines
109 B
PHP
Raw Normal View History

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