Fix div error container

This commit is contained in:
Xavier Moffett 2024-12-14 03:40:15 -05:00
parent 6f0efabee4
commit 9c55ed0170
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
4 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>