website/input/error/504.html
Xavier Moffett 5e27955194
Reduce verbosity of error messages, with addition of 500 and 429 pages
- Reduce verbosity of error messages in existing error pages with a
  short description of the error which occurred, followed by a bullet
  point list of probable causes.
- Addition of HTTP Error 500 and 429 pages.
- Add .gitignore file
2025-02-24 20:13:20 -05:00

17 lines
567 B
HTML

[//]: # "Title: Gateway Timeout"
[//]: # "Summary: The upstream resource is unavailable."
<div class="err">
<h1>Gateway Timeout</h1>
<p>The upstream resource is unavailable.</p>
<p>There could be a few reasons for this:</p>
<ul>
<li>Maintenance of this resource is occurring;</li>
<li>The upstream resource is unresponsive, or;</li>
<li>The upstream service is simply not available.</li>
</ul>
<p>Please try again later, or <a href="https://status.sapphirus.net">check here</a> for further information.</p>
</div>