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

31 lines
973 B
PHP
Raw Normal View History

2022-10-07 11:36:26 +01:00
<!DOCTYPE html>
<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>Access Denied</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">Access Denied</h1>
2022-10-07 11:48:51 +01:00
<div class="title-image">
2022-10-07 13:40:09 +01:00
<picture>
<source srcset="/images/error-pages/denied.jxl">
<source srcset="/images/error-pages/denied.webp">
<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:12:42 +01:00
<?php include "./page-blocks/footer.php"; ?>
2022-10-07 11:36:26 +01:00
</body>
</html>