You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
429 B
PHP

<?php
include __DIR__ . "/inc/head.inc.php";
include __DIR__ . "/inc/header.inc.php";
?>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">404 Page Not Found</h1>
<p>The requested page could not be found.</p>
</div>
</section>
</div>
<?php
include __DIR__ . "/inc/footer.inc.php";
?>