site/errors/403.php

23 lines
786 B
PHP
Raw Permalink Normal View History

2024-10-21 16:13:44 +00:00
<?php include "../header.php"; ?>
<h1 id="fancyboi">ERROR 403 Forbidden</h1>
<div class="grid">
<div class="row">
<div class="col">
<p>A 403 error status implies You dont have permission to access the requested resource. This usually occurs when access to the resource is restricted.</p>
<br>
<h3>If you're a site visitor</h3>
<p>Please use your browser's back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p>
<h3>If you're the site owner</h3>
<p>Please check that you're in the right place and get in touch with your website provider if you believe this to be an error.</p>
</div>
</div>
<?php include "../footer.php"; ?>