site/404.php

8 lines
95 B
PHP
Raw Permalink Normal View History

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