fredboniface.co.uk/error-pages/404.php

30 lines
920 B
PHP
Raw Normal View History

2022-10-07 11:49:11 +01:00
<!DOCTYPE html>
2022-10-07 11:36:26 +01:00
<html>
<head>
2022-10-07 22:12:42 +01:00
<?php include "./page-blocks/head.php"; ?>
2022-10-07 11:36:26 +01:00
<title>Not Found</title>
</head>
<body>
2022-10-07 22:12:42 +01:00
<?php include "./page-blocks/menu.php"; ?>
2022-10-07 11:36:26 +01:00
<h1 class="page-title">Not Found</h1>
2022-10-07 13:40:09 +01:00
<div class="title-image">
<picture>
<source srcset="/images/error-pages/not-found.jxl">
<source srcset="/images/error-pages/not-found.webp">
<img src="/images/error-pages/not-found.png" alt="Not Found">
</picture>
</div>
2022-10-07 11:36:26 +01:00
<div class="page-main-content">
<p>
I don't know where you are trying to go, but wherever it is, it
doesn't exist.
</p>
<p>
If you followed a link and got this page then get in touch with the
person who sent you the link. If it was me - I'm sorry, I messed up.
</p>
</div>
2022-10-07 22:12:42 +01:00
<?php include "./page-blocks/footer.php"; ?>
2022-10-07 11:36:26 +01:00
</body>
</html>