Pages for HTTP response codes 400, 401, and 405
All checks were successful
Generate Website / Generate Website (push) Successful in 17s

This commit is contained in:
Xavier Moffett 2024-12-23 02:54:39 -05:00
parent fb3c175e34
commit bc1a8ddca4
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
3 changed files with 18 additions and 0 deletions

6
input/error/401.html Normal file
View file

@ -0,0 +1,6 @@
[//]: # "Title: Client Unauthenticated"
<div class="err">
<h1>Client Unauthenticated</h1>
<p>Authentication is required to access this resource.</p>
</div>