This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/error-pages/404.php

25 lines
439 B
PHP
Raw Normal View History

2022-09-20 21:52:56 +01:00
<!DOCTYPE html>
<html>
<head>
<?php
2022-09-21 10:39:26 +01:00
set_include_path("../.");
2022-09-20 21:52:56 +01:00
include './page-blocks/headers.php';
?>
<title>Athena - Error 404</title>
</head>
<body>
<!-- Main Content Begins -->
2022-09-21 10:39:26 +01:00
<?php include "./page-blocks/title-image.php";?>
2022-09-20 21:52:56 +01:00
<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>