2009scape-website/404.html
Bart Ribbers 4eda43f39b
Use templates better to remove a ton of code duplication (#254)
* Fix broken links in update posts

They were using relative links still which became invalid by moving
directories. It's better to link stuff absolutely anyway.

* Remove unused 'secure' registration and login pages

* Remove obsolete parse.py

* Use templates better to remove a ton of code duplication

Where it made sense I converted HTML pages to Markdown to ease writing
and discourage custom styling as much as possible. These pages can still
use custom HTML when necessary, and some do, but they are easier to read
and understand now.
2024-06-02 19:15:26 +10:00

67 lines
2.2 KiB
HTML

---
layout: guide
tag: 404
title: 404 - Page Not Found
---
<div class="centre" id="newsitemMenu">
<span class="newsNavcat"><img src="/site/img/news/mini_all_categories.gif" alt="">&nbsp;<a href="/" class="white">Download Game</a></span>
<span class="newsNavcat"><img src="/site/img/news/mini_game_updates.gif" alt="">&nbsp;<a href="/services/m=news/archives/" class="white">News Posts</a></span>
<span class="newsNavcat"><img src="/site/img/news/mini_customer_support.gif" alt="">&nbsp;<a href="https://discord.gg/43YPGND" class="white">Discord Community</a></span><br>
<hr>
</div>
<div id="newsTitle">
<img class="imiddle" border="0" width="30" height="15" hspace="0" vspace="0" alt="" title="" src="/site/img/news/blank.gif">
&nbsp;
<b>404 - Page Not Found</b>
&nbsp;
<a href="/">
<img class="imiddle" border="0" width="30" height="15" hspace="0" vspace="0" alt="Next" title="Next" src="/site/img/news/arrow_forward.gif">
</a>
</div>
<div class="newsJustify">
<p>
You've followed a link we didn't code yet!
Head back to the
<a href="/">Main Page</a>.
</p>
<p>
One day a developer came along and gave us
this website then disappeared into the
mist.
</p>
<p>
Another developer came and cleaned it up,
making the website functional and
navigationable for the 2009 emulation's
purposes - but links are missing and
broken all over the place!
</p>
<p>
So where does that leave us (and you?) -
Well, if you're just here to play the
game, head to our main page and hop on! If
you want to help fix our little problem,
read on!
</p>
<p>
We actually have all the pages, they just
need their links fixed. If you're a
developer and want to help fix this, clone
our website repository from
<a href="https://github.com/2009scape/">GitHub</a>
and open title.html - you'll notice
something a little special, but more
importantly, you'll notice all the links
work ;). We need your help making
index.html link to all the right places!
</p>
<p>
<b><i>Red Bracket<br>2009scape Content Developer</i></b>
</p>
</div>