Add Tailers to other pages.

This commit is contained in:
Cutieguwu
2025-07-25 12:40:26 -04:00
parent bf3d5c673e
commit 1cc37c5b60
13 changed files with 344 additions and 292 deletions

View File

@@ -16,14 +16,17 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>400</h1>
<h2>Bad Request!</h2>
<hr />
<p>
The server cannot or will not process this request due to apparent client-side
error or deception.
</p>
<div style="flex: 1">
<div class="pane_error">
<h1>400</h1>
<h2>Bad Request!</h2>
<hr />
<p>
The server cannot or will not process this request due to apparent
client-side error or deception.
</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,9 +16,12 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>401</h1>
<h2>Unauthorized!</h2>
<div style="flex: 1">
<div class="pane_error">
<h1>401</h1>
<h2>Unauthorized!</h2>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,11 +16,14 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>403</h1>
<h2>Forbidden!</h2>
<hr />
<p>The server is refusing to act upon your request.</p>
<div style="flex: 1">
<div class="pane_error">
<h1>403</h1>
<h2>Forbidden!</h2>
<hr />
<p>The server is refusing to act upon your request.</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,9 +16,12 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>404</h1>
<h2>Page not found!</h2>
<div style="flex: 1">
<div class="pane_error">
<h1>404</h1>
<h2>Page not found!</h2>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,11 +16,14 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>500</h1>
<h2>Internal Server Error!</h2>
<hr />
<p>The server has no clue WTF happened here.</p>
<div style="flex: 1">
<div class="pane_error">
<h1>500</h1>
<h2>Internal Server Error!</h2>
<hr />
<p>The server has no clue WTF happened here.</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,11 +16,14 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>501</h1>
<h2>Not Implemented!</h2>
<hr />
<p>Whatever you just tried doing, the server doesn't know how to handle it.</p>
<div style="flex: 1">
<div class="pane_error">
<h1>501</h1>
<h2>Not Implemented!</h2>
<hr />
<p>Whatever you just tried doing, the server doesn't know how to handle it.</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,11 +16,14 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>502</h1>
<h2>Bad Gateway!</h2>
<hr />
<p>This service may be offline.</p>
<div style="flex: 1">
<div class="pane_error">
<h1>502</h1>
<h2>Bad Gateway!</h2>
<hr />
<p>This service may be offline.</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,11 +16,14 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>503</h1>
<h2>Service Unavailable!</h2>
<hr />
<p>The server may be overloaded or down for maintenance.</p>
<div style="flex: 1">
<div class="pane_error">
<h1>503</h1>
<h2>Service Unavailable!</h2>
<hr />
<p>The server may be overloaded or down for maintenance.</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>

View File

@@ -16,14 +16,17 @@
</div>
<include src="includes/nav_quick_links.html" />
</nav>
<div class="pane_error">
<h1>504</h1>
<h2>Gateway Timeout!</h2>
<hr />
<p>
The server acted as a proxy and didn't receive a timely response from the
upstream server.
</p>
<div style="flex: 1">
<div class="pane_error">
<h1>504</h1>
<h2>Gateway Timeout!</h2>
<hr />
<p>
The server acted as a proxy and didn't receive a timely response from the
upstream server.
</p>
</div>
<p class="tailer">Copyright (c) 2025 Olivia Brooks</p>
</div>
<div class="pane_spacer">
<div class="spacer_container"><p>#AD</p></div>