Create 400.php

This commit is contained in:
deepend-tildeclub 2024-10-21 10:12:56 -06:00 committed by GitHub
parent cc20fea6e0
commit f0917cefc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

22
errors/400.php Normal file
View File

@ -0,0 +1,22 @@
<?php include "../header.php"; ?>
<h1 id="fancyboi">ERROR 400 Bad Request</h1>
<div class="grid">
<div class="row">
<div class="col">
<p>A 400 error status implies The request sent to the server was invalid or malformed. This could happen if there is a mistake in the request parameters or syntax.</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"; ?>