Initial commit
This commit is contained in:
commit
ed7724001b
11 changed files with 144 additions and 0 deletions
9
input/error/403.html
Normal file
9
input/error/403.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
[//]: # "Title: Access unauthorised"
|
||||
|
||||
<div class="foreground err">
|
||||
<h1>Access Unauthorised</h1>
|
||||
<p>Access to this resource has been prohibited, because either
|
||||
you have insufficient permissions to access this resource; or
|
||||
the ip address you're connecting from has been prohibited
|
||||
access to this server.</p>
|
||||
</div>
|
8
input/error/404.html
Normal file
8
input/error/404.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
[//]: # "Title: Not Found"
|
||||
|
||||
<div id="content">
|
||||
<div class="foreground err">
|
||||
<h1>Not Found</h1>
|
||||
<p>The resource requested not found on this server.</p>
|
||||
</div>
|
||||
</div>
|
7
input/error/502.html
Normal file
7
input/error/502.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
[//]: # "Title: Bad Gateway"
|
||||
|
||||
<div class="foreground err">
|
||||
<h1>Bad Gateway</h1>
|
||||
<p>The upstream resource is unavailable.<br>
|
||||
Please try again later, or check <a href="https://status.sapphirus.net">here</a> for further information.</p>
|
||||
</div>
|
7
input/error/504.html
Normal file
7
input/error/504.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
[//]: # "Title: Gateway Timeout"
|
||||
|
||||
<div class="foreground err">
|
||||
<h1>Gateway Timeout</h1>
|
||||
<p>The upstream resource is unavailable.<br>
|
||||
Please try again later, or check <a href="https://status.sapphirus.net">here</a> for further information.</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue