<!DOCTYPE html>
<html>
<head>
<?php
set_include_path("../.");
include './page-blocks/headers.php';
?>
<title>Athena - Error 404</title>
</head>
<body>
<!-- Main Content Begins -->
<?php include "./page-blocks/title-image.php";?>
<h1>Oh no! That page can't be found</h1>
<p><a class="actionbutton" href="/">Go back to the homepage</a></p>
<h3>404 - Not Found</h3>
</body>
</html>