Pages for HTTP response codes 400, 401, and 405
All checks were successful
Generate Website / Generate Website (push) Successful in 17s
All checks were successful
Generate Website / Generate Website (push) Successful in 17s
This commit is contained in:
parent
fb3c175e34
commit
bc1a8ddca4
3 changed files with 18 additions and 0 deletions
6
input/error/400.html
Normal file
6
input/error/400.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[//]: # "Title: Malformed Request"
|
||||||
|
|
||||||
|
<div class="err">
|
||||||
|
<h1>Malformed Request</h1>
|
||||||
|
<p>The server received a malformed request.</p>
|
||||||
|
</div>
|
6
input/error/401.html
Normal file
6
input/error/401.html
Normal 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>
|
6
input/error/405.html
Normal file
6
input/error/405.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[//]: # "Title: Request Method Disallowed"
|
||||||
|
|
||||||
|
<div class="err">
|
||||||
|
<h1>Request Method Disallowed</h1>
|
||||||
|
<p>The request method for this resource has been disallowed.</p>
|
||||||
|
</div>
|
Loading…
Reference in a new issue