-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
99 lines (97 loc) · 3.6 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 lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet"
/>
<link href=".\fontawesome\css\all.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>Always On Top</title>
</head>
<body>
<div class="inner-container">
<div class="section-container">
<section class="chrome-container">
<i class="fas fa-exclamation-triangle fa-2x"></i>
<p class="notice-p"><b>
Always On Top extension is available on Desktop Firefox and Edge. Sorry
for inconveniences
</b>
</p>
</section>
<section class="edge-container">
<i class="fas fa-exclamation-triangle fa-2x"></i>
<p class="notice-p"><b>
Always On Top extension will become available on Edge in the coming weeks. Please check back later
</b>
</p>
</section>
<section class="section left-section">
<div class="app">
<!-- Helper container to get rid of gradient when hover -->
<div class="helper"></div>
<h1>Always on Top application</h1>
<p>
It is not possible to use Always On Top extension without native application as the feature isn't present in web extensions API. Please download
Always On Top application from<br />
<a
href="https://github.com/vm-devr/aot/releases/download/inst_admin/aot.exe"
>
github repository</a
><br />
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
>
</p>
</div>
<div class="info">
<p>
<b>You shouldn't worry about the application:</b><br /><br />
You might check it with whatever antivirus you have<br />Even the
size of the file is so small you can't possibly put anything bad
inside<br />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
>
</p>
</div>
</section>
<section class="section right-section">
<div class="extension">
<h1>Always on Top extension</h1>
<p>
<a
href="https://addons.mozilla.org/en-US/firefox/addon/always-on-top/"
>Firefox</a
><br />
<p style="color: #1b61e4">Edge</p><br /><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
>
</p>
</div>
</section>
<div class="footer-section">
<p>
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
</p>
</div>
</div>
</div>
</body>
</html>