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

34 lines
1.3 KiB
PHP
Raw Normal View History

2022-10-07 11:36:26 +01:00
<!DOCTYPE html>
<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>Access Denied</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">Access Denied</h1>
2022-10-07 11:48:51 +01:00
<div class="title-image">
2022-10-07 13:40:09 +01:00
<picture>
2022-10-13 21:27:19 +01:00
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.jxl" type="image/jxl">
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.webp" type="image/webp">
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.png" type="image/png">
2022-10-07 22:28:04 +01:00
<source srcset="/images/error-pages/denied.jxl" type="image/jxl">
<source srcset="/images/error-pages/denied.webp" type="image/webp">
2022-10-07 13:40:09 +01:00
<img src="/images/error-pages/denied.png" alt="Denied">
</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 my server has decided
that you aren't allowed to go there and has given you this error.
</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>