mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-21 18:32:43 +01:00
4eda43f39b
* 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.
67 lines
2.2 KiB
HTML
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=""> <a href="/" class="white">Download Game</a></span>
|
|
<span class="newsNavcat"><img src="/site/img/news/mini_game_updates.gif" alt=""> <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=""> <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">
|
|
|
|
<b>404 - Page Not Found</b>
|
|
|
|
<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> |