Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Apr 13, 2024
1 parent 89e942b commit 26ee814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ <h1 class="pageTitle">Page not found</h1>
<span id="lookingForSimPage">Redirecting from <var>*currUrl*</var> to <var>*newUrl*</var></span>
<h2 class="pageSubtitle"id="possibleCauses">Possible causes:</h2>
<ul id="possibleCausesList">
<li>The address is misspelt</li>
<li>The page you're looking for has changed its name. <i>(e.g.: /towers => /tower)</i></li>
<li>A page with this address was deleted or moved elsewhere</li>
<li>The address is misspelt</li>
<li>You forgot to include "about" or "game content" in the address. <i>(e.g. <a href="https://throne-fall.github.io/about/overview.html">Throne-Fall.github.io<span style="text-decoration:underline;font-weight:600">/about</span>/overview.html)</a></i></li>
</ul>
<script src="/assets/scripts/pageBuilder.js"></script><script src="/assets/scripts/urlRedirect.js"></script><script>BuildPage(true);</script><script>CheckForSimilarPages();</script>
Expand Down

0 comments on commit 26ee814

Please sign in to comment.