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

33 lines
1.3 KiB
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:14:05 +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:14:05 +01:00
<?php include "../page-blocks/menu.php"; ?>
2022-10-17 10:04:39 +01:00
<h1 class="page-title error-title">Not Found</h1>
2022-10-07 13:40:09 +01:00
<div class="title-image">
<picture>
2022-10-13 21:27:19 +01:00
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.jxl" type="image/jxl">
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.webp" type="image/webp">
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.png" type="image/png">
2022-10-07 22:28:04 +01:00
<source srcset="/images/error-pages/not-found.jxl" type="image/jxl">
<source srcset="/images/error-pages/not-found.webp" type="image/webp">
2022-10-07 13:40:09 +01:00
<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:14:05 +01:00
<?php include "../page-blocks/footer.php"; ?>
2022-10-07 11:36:26 +01:00
</body>
</html>