-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhistory.html
42 lines (38 loc) · 970 Bytes
/
history.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
<html>
<head>
<title>Lineage 2 Server Status History</title>
<style type="text/css">
body {
font-family: Verdana, sans-serif;
font-size: 8pt;
color: white;
background-color: #0B283B;
text-align: center;
font-weight: bold;
}
a {
color: #97E6ED;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #D9DEE3;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Lineage 2 Server Status History</h1>
<p><img src="login.png" alt="Login Server"/></p>
<p><img src="bartz.png" alt="Bartz"/></p>
<p><img src="sieghardt.png" alt="Sieghardt"/></p>
<p><img src="kain.png" alt="Kain"/></p>
<p><img src="lionna.png" alt="Lionna"/></p>
<p><img src="erica.png" alt="Erica"/></p>
<p><img src="gustin.png" alt="Gustin"/></p>
<p><img src="devianne.png" alt="Devianne"/></p>
<p><img src="hindemith.png" alt="Hindemith"/></p>
<p><a href=".">Back to status</a></p>
</body>
</html>