-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (58 loc) · 1.79 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
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="stylesheet.css">
<style>
body{
background-image: url('Lumby.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
th, td {
padding-top: 180px;
padding-bottom: 10px;
padding-left: 55px;
padding-right: 40px;
}
</style>
</head>
<body>
<nav class="top-bar">
<div>
<img src="OSRS logo.png" alt="OSRS logo" loading ="lazy" width="250" height="100"/> </div>
<input id="activate" type="checkbox"/>
<label class="menu-box" for="activate">
<div class="icon"></div>
</label>
<ul class="menu">
<li><a href="index.html">Game</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="account.html">Account</a></li>
<li><a href="news.html">News</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="runelite.html">RuneLite</a></li>
<li><a href="sign_up.html">Sign Up</a></li>
</ul>
</nav>
<table style="width:100%">
<tr>
<th><h1 style="text-align:left; text-shadow:2px 2px black;">Welcome To Old School RuneScape!</h1>
<p style="text-align:left; font-size:80%; text-shadow:2px 2px black;">There are currently 97,631 people playing!</p></th>
</tr>
<tr>
<th style="padding-top: 10px;">
<p style="text-align:left; text-shadow:2px 2px black;">Old School RuneScape is an oldschool MMORPG developed by Jagex<br>
based on a back-up from 2007, released in 2013.
</p>
<br>
<p style="text-align:left; text-shadow:2px 2px black;">The game Is community-driven, with polls for every single update that comes into the game.<br>
Old School RuneScape is a modernized version of the game from 2007, constantly receiving new updates.
</p>
</th>
</tr>
</table>
</body>
</html>