-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (96 loc) · 2.82 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width,initial-scale=1.0">
<title>AFKScape - A resizable monitor for Runescape©, for Windows Vista, 7, 8, or 10</title>
<link rel="alternate" type="application/atom+xml" href="{{ "/feed.xml" | relative_url }}">
<link href="{{ "/favicon.ico" | relative_url }} " rel="shortcut icon" type="image/ico">
<style type="text/css">
html {
background: #222222;
color: #ffffff;
font-family: "Georgia", "Times New Roman", serif;
font-size: 12px;
line-height: 12px;
}
@media only screen and (min-width: 900px) {
html {
font-size: 12px;
line-height: 12px;
}
}
body {
margin: 7px 5%;
}
@media only screen and (min-width: 900px) {
body {
margin: 2px auto;
width: 900px;
}
}
h1 {
background: url("{{ "/AFKS_Logo.png" | relative_url }}") top left;
width: 256px;
height: 256px;
margin: 0 auto 37px auto;
display: block
}
h1:active,
h1:hover {
background-position: bottom left;
}
h1 > span {
display: none;
}
a {
color: #ebffb4;
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
color: #222222;
background: #ebffb4;
text-decoration: none;
}
p,
ul,
.hr {
margin: 0;
margin-bottom: 37px;
}
ul {
padding: 0;
}
ul > li {
margin-left: 3px;
}
.hr {
background: transparent;
border-bottom: 1px solid #444444;
border-top: 1px solid #111111;
}
</style>
</head>
<body>
<p><center><h1><span>AFKScape - A resizable monitor for Runescape©, for Windows Vista, 7, 8, or 10.</span></h1></p><center/>
<p><center>
The Latest invite only version is here: <a href="https://github.com/AFKScape/AFKS/releases/download/Setup/AFKS-Setup.zip">[0.0.0.4]</a></p>
<center/>
<div class="hr"></div>
<p><center> <img src="https://user-images.githubusercontent.com/80352375/125836377-c39947f0-c84a-4d84-ac5b-74f95196c369.gif" alt="Example of AFKS in action" class="center" width="550" height="350"> </p><center/>
<div class="hr"></div>
<p><center> <img src="https://user-images.githubusercontent.com/80352375/110637384-427ce380-81a5-11eb-87a0-4fec8980d9b4.gif" alt="Layer over other games" class="center" width="550" height="350"> </p><center/>
<div class="hr"></div>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</body>
</html>