-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 2.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/icon?family=Poppins&display=block" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Bebas+Neue&display=block" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="img/icon.ico">
<title>RuneScape Archive Project</title>
</head>
<body>
<header>
<div class="col">
<div id="logo">
<h2><a href="index.html">RuneScape Archive</a></h2>
</div>
<nav>
<a href="help.html">Help</a>
<a href="faq.html">FAQ</a>
<a href="https://discord.gg/UTCE5EfzSg">Discord</a>
</nav>
</div>
</header>
<main>
<div id="hero">
<div class="col">
<div id="heroForeground">
<div id="heroCenterImage"><img src="img/RSAlogo.svg" /></div>
<div id="heroButtons">
<a href="help.html"><button id="howToHelp">How To Help</button></a>
<a href="faq.html"><button id="faq">FAQ</button></a>
</div>
</div>
</div>
</div>
<div class="col">
<div id="content">
<h2>Our Quest</h2>
<p>Our goal is to recover missing versions of RuneScape from 2001 until 2012.<br>
These versions were not saved by Jagex and are at risk of disappearing forever, with over 2/3
remaining unrecovered. If you ever played Runescape just once on a computer, the full game files
were all downloaded.
<br><br>
<a href="help.html">Click here</a> to find out where these files are stored, and to download our tool that
can automatically recover them
for you.
</p>
<h2>Discord</h2>
<p>Join our discord to learn more about the project, help out with search efforts, and stay updated
whenever a new version is found.
<br><br>
<a href="https://discord.gg/UTCE5EfzSg">Click here to join</a>
</p>
</div>
</div>
</main>
<footer>
<center>
<small>
Images used on this website belong to Jagex Ltd.</br>
RuneScape and RuneScape Old School are the trademarks of Jagex Limited.</br>
You can play RuneScape at runescape.com</br>
</small>
</center>
</footer>
</body>
</html>