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

25 lines
663 B
PHP

<?php
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
?>
<h1 align="center">Error 404</h1>
<p align="center">
<font size="10">
<br/>
:(<br/>
</font>
</p>
<br/>
<p align="center">
Sorry but what your looking for isn't here.<br/>
Maybe you misspelled something maybe you didn't. <font size="1">Or I totally broke the link you had... sorry.</font>
<br/>
Please try again.<br/>
</p>
<div class="centered_img">
<img alt="It's a 404 error my dudes." src="/common/images/404.jpg">
</div>
<br/>
<br/>
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');?>