site/errors/408.php

23 lines
789 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include "../header.php"; ?>
<h1 id="fancyboi">ERROR 408 Request Timeout</h1>
<div class="grid">
<div class="row">
<div class="col">
<p>A 408 error implies the server timed out while waiting for the clients request. This usually happens when the request takes too long to complete.</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"; ?>