-
Notifications
You must be signed in to change notification settings - Fork 1
/
map.html
61 lines (61 loc) · 2.4 KB
/
map.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Map of the RuneScape World - 2003Scape</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="rsc-container">
<div class="rsc-border-top rsc-border-bar"></div>
<div class="rsc-wrap">
<div class="rsc-row">
<header class="rsc-box rsc-col rsc-header">
<h1>Map of the RuneScape World</h1>
<a
class="rsc-link rsc-small-block rsc-small-spaced"
href="https://github.com/2003scape/rsc-world-map"
>Source code</a
>
</header>
</div>
<div class="rsc-row">
<div
class="rsc-col rsc-col-75 rsc-box"
style="padding: 0px"
>
<div id="rsc-world-map" class="rsc-map"></div>
</div>
</div>
<div class="rsc-col rsc-col-75 rsc-box">
<p class="rsc-centre-text">
<a
style="line-height: 16px"
class="rsc-link"
href="/world-map.png"
download
><img
style="vertical-align: middle"
src="/download.png"
alt="Download arrow"
/>Download the world map</a
>
</p>
</div>
</div>
<footer class="rsc-footer">
This webpage and its contents is copyright 2003 Jagex Ltd<br /><a
class="rsc-link"
href="https://github.com/2003scape"
>2003scape source code</a
> copyright 2021 and licensed under the <a
class="rsc-link"
href="https://www.gnu.org/licenses/agpl-3.0.html"
>AGPL-3.0+</a
>
</footer>
<div class="rsc-border-bottom rsc-border-bar"></div>
</div>
<script src="./map.bundle.min.js"></script>
</body>
</html>