site/404.php

8 lines
107 B
PHP
Raw Normal View History

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