forked from vm-devr/aot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (82 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
h3 {
font-family: "Fira Sans", sans-serif;
font-style: normal;
font-weight: 800;
color: #1d1d1d;
font-size: 20px;
line-height: 22px;
text-align: center;
}
div.dh3 {
font-family: "Fira Sans", sans-serif;
font-style: normal;
font-weight: 400;
color: #1d1d1d;
font-size: 14px;
line-height: 19px;
text-align: center;
}
div.dh2 {
font-family: "Fira Sans", sans-serif;
font-style: normal;
font-weight: 400;
color: #1d1d1d;
font-size: 10px;
line-height: 19px;
text-align: center;
}
a {
color: #6495ED;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div {
border-radius: 5px;
padding: 5px;
}
div.footer{
position: fixed;
text-align: center;
bottom: 0px;
width: 100%;
}
body {
background:#EFFBEF;
}
</style>
</head>
<body>
<h3>Always on Top application</h3>
<div class=dh3>
You have to download native Always on Top application before using browser extension (new extensions policy),<br />
please download the file from <a href="https://github.com/vm-devr/aot/releases/download/5.0/AOT.exe"> github repository</a> and run <i>AOT.exe</i> to install the app<br />
<b>After the installation do not remove or move AOT.exe or aot_manifest.json it has created!!</b><br /><br />
<b>You don't need to worry about the application:</b>
<ol>
<li>You might check it with whatever antivirus you have</li>
<li>Even the size of the file is so small you can't possibly put anything bad inside</li>
<li>And finally, you can build the app from scratch using its <A href='https://github.com/vm-devr/aot/blob/master/src.cpp'>source code</A></li>
</ol>
</div>
<br /><br /><br /><br />
<h3>Always on Top extension</h3>
<div class=dh3>
<a href="https://addons.mozilla.org/en-US/firefox/addon/always-on-top/">Firefox</a><br />
</div>
<div class=dh2>
<br/>
If you want to set Always on Top style for ANY window in your system, <a href="mailto:[email protected]?Subject=Global%20hotkey">contact me</a>
</div>
<div class="footer">
<h4>I aim to bring way more information and features to you and your donations are going to help me get there<br/>
Please <a href="mailto:[email protected]?Subject=Global%20hotkey">contact me</a> if you want to donate in any way</h4>
</div>
</body>
</html>