Skip to content

Commit

Permalink
Update C500
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Nov 15, 2023
1 parent 2ddde06 commit 54c7d17
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions C500.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
padding-left: 15px;
padding-right: 15px;
}
/* Bolden <h1 /> */
h1 {
font-weight: bold;
}
/* Bottom links */
.bottom-links {
display: flex;
Expand Down Expand Up @@ -71,16 +75,9 @@
<a href="https://wikiforge.net">
<img src="https://static.wikiforge.net/metawiki/8/88/WikiForge_Logo.svg" width="130" height="130" alt="WikiForge" />
</a>
<h1><b>Something went wrong</b></h1>
<p class="lead">If this keeps happening, <a href="https://static-help.wikiforge.net/docs/errors/500">let us know</a>.</p>
<p>::CLOUDFLARE_ERROR_500S_BOX::</p>
<p>If this keeps happening, <a href="https://static-help.wikiforge.net/docs/errors/500">let us know</a>.</p>
<a href="javascript:document.location.reload(true);" class="btn btn-outline-primary" role="button">Try this action again</a>
</div>
<div class="footer" style="position: fixed; left:0px; bottom: 125px; height:30px; width:100%;">
<div class="text-center">
<p class="lead">When reporting this, please include the information below:</p>
::CLOUDFLARE_ERROR_500S_BOX::
<br /><br />
</div>
</div>
</div>
</html>

0 comments on commit 54c7d17

Please sign in to comment.