Fix div error container
This commit is contained in:
parent
6f0efabee4
commit
9c55ed0170
4 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
[//]: # "Title: Access unauthorised"
|
||||
|
||||
<div class="foreground err">
|
||||
<div class="err">
|
||||
<h1>Access Unauthorised</h1>
|
||||
<p>Access to this resource has been prohibited, because either
|
||||
you have insufficient permissions to access this resource; or
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[//]: # "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 class="err">
|
||||
<h1>Not Found</h1>
|
||||
<p>The resource requested not found on this server.</p>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[//]: # "Title: Bad Gateway"
|
||||
|
||||
<div class="foreground err">
|
||||
<div class="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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[//]: # "Title: Gateway Timeout"
|
||||
|
||||
<div class="foreground err">
|
||||
<div class="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>
|
||||
|
|
Loading…
Reference in a new issue