20xd6 6b8157f551 Initial Commit
Add the basic structure of the site.
2022-06-28 15:27:58 -04:00

11 lines
303 B
PHP

<?php
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
?>
<h1 align="center">Error 500</h1>
<p align="center">
<br/>
We done made a boo boo...<br/>
</p>
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');?>