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.

21 lines
671 B
PHP

<?php include __DIR__ . "/inc/header.inc.php"; ?>
<div class="no-sidebar">
<div id="page-wrapper">
<?php include __DIR__ . "/inc/nav.inc.php"; ?>
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<div id="content">
<article>
<h2>404 Page Not Found</h2>
<p>The requested page could not be found.</p>
</article>
</div>
</div>
</div>
<?php include __DIR__ . "/inc/footer.inc.php"; ?>
</div>
</div>
<?php include __DIR__ . "/inc/scripts.inc.php"; ?>