-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
243 lines (235 loc) · 6.91 KB
/
404.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!-- @format -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon preload"
type="image/webp"
href="/img/DroptopFourLogo.webp"
as="image" />
<link rel="icon" type="image/webp" href="/img/DroptopFourLogo.webp" sizes="any" />
<meta name="theme-color" content="#4BD765" />
<link
href="https://fonts.googleapis.com/css2?family=Urbanist:wght@400;800&display=swap"
rel="stylesheet prefetch"
as="font" />
<meta
name="description"
content="Dropdown menu bar & app launcher for Windows & Rainmeter" />
<meta
name="keywords"
content="Rainmeter, Skin, Skins, Rainmeter-Skin, Rainmeter-Skins, Droptop, DroptopFour, Droptop-Four" />
<meta name="author" content="Bunz, Cariboudjan, Jax" />
<meta name="twitter:title" content="Droptop Four" />
<meta
name="twitter:description"
content="Dropdown menu bar & app launcher for Windows & Rainmeter" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/Droptop-Four/GlobalData/main/Media-Kit/Banners/DroptopBanner3.webp" />
<meta name="twitter:image:alt" content="Droptop Four image" />
<meta property="og:title" content="Droptop Four" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/Droptop-Four/GlobalData/main/Media-Kit/Banners/DroptopBanner3.webp" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:alt" content="Droptop Four image" />
<meta property="og:url" content="https://www.droptopfour.com" />
<title>Droptop Four</title>
<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<script
type="text/javascript"
src="https://www.termsfeed.com/public/cookie-consent/4.1.0/cookie-consent.js"
charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({
notice_banner_type: 'simple',
consent_type: 'express',
palette: 'dark',
language: 'en',
page_load_consent_levels: ['strictly-necessary'],
notice_banner_reject_button_hide: false,
preferences_center_close_button_hide: false,
page_refresh_confirmation_buttons: false,
website_name: 'Droptop Four',
website_privacy_policy_url:
'https://droptopfour.com/privacy-policy',
});
});
</script>
<!-- Google Analytics -->
<script
type="text/plain"
data-cookie-consent="tracking"
src="https://www.googletagmanager.com/gtag/js?id=G-Y7LX6LXPRW"></script>
<script type="text/plain" data-cookie-consent="tracking">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y7LX6LXPRW');
</script>
<!-- end of Google Analytics-->
<noscript>
Free cookie consent management tool by
<a href="https://www.termsfeed.com/">TermsFeed</a>
</noscript>
<!-- End Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<link rel="stylesheet preload" href="/css/style.css" as="style" />
</head>
<body>
<header>
<a class="skip-to-main-content" href="#main-content">
Skip to main content
</a>
<nav class="navbar">
<!-- LOGO -->
<div class="logo">
<a href="/">
<img
src="/img/DroptopFourLogo.webp"
alt="Droptop Four Logo" />
</a>
</div>
<div class="site-name">
<a href="/">
<h4>Droptop Four</h4>
</a>
</div>
<!-- NAVIGATION MENU -->
<ul class="nav-links">
<!-- USING CHECKBOX HACK -->
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="28"
fill="none"
viewBox="0 0 24 24">
<path
stroke="currentColor"
stroke-width="4"
stroke-linecap="round"
d="M2 4h20M2 14h20M2 24h20"></path>
</svg>
</label>
<!-- NAVIGATION MENUS -->
<div class="menu">
<li>
<a class="nav-download" href="/download">
Download
</a>
</li>
<li><a href="/community-apps">Community Apps</a></li>
<li>
<a href="/community-themes">Community Themes</a>
</li>
<li>
<a href="https://docs.droptopfour.com/help/faqs">
FAQs
</a>
</li>
<li><a href="https://docs.droptopfour.com">Docs</a></li>
<li>
<a href="/search">
<img
class="search-icon"
src="/icons/search.webp" />
</a>
</li>
</div>
</ul>
</nav>
</header>
<!-- <div class="bg-image"></div> -->
<!-- Main Content -->
<main class="p404-page">
<section class="p404-banner">
<div class="p404-container">
<img src="/img/Warning.webp" alt="404 Image" />
<div class="p404-banner-text">
<div class="p404-banner-title">
<h1>404</h1>
<h2>
Looks like the page you are looking for doesn't
exist!
</h2>
</div>
</div>
</div>
</section>
<div aria-hidden="true" class="body-divider" id="divider-1">
<hr />
</div>
</main>
<!-- Main Content End -->
<!-- Footer -->
<footer class="footer">
<div class="social">
<a
href="https://www.deviantart.com/cariboudjan/art/droptop-four-762812007"
target="_blank"
aria-label="DeviantArt link">
<img
src="/icons/deviantart.webp"
class="social-icon"
alt="DeviantArt" />
</a>
<a
href="https://github.com/Droptop-Four"
target="_blank"
aria-label="Github link">
<img
src="/icons/github.webp"
class="social-icon"
alt="GitHub" />
</a>
<a
href="https://discord.gg/aGQ6uE4Fgp"
target="_blank"
aria-label="Discord link">
<img
src="/icons/discord.webp"
class="social-icon"
alt="Discord" />
</a>
</div>
<ul class="list">
<li><a href="/download">Download</a></li>
<li><a href="/community-apps">Community Apps</a></li>
<li><a href="/community-themes">Community Themes</a></li>
<li>
<a href="https://docs.droptopfour.com/help/faqs">FAQs</a>
</li>
<li><a href="https://docs.droptopfour.com">Docs</a></li>
</ul>
<ul class="list">
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li>
<a href="#" id="open_preferences_center">
Update cookies preferences
</a>
</li>
</ul>
<p class="copyright">© Droptop Four 2018-2024</p>
</footer>
<!-- Footer End -->
<!-- Scroll to top Button -->
<button
onclick="topFunction()"
class="scroll-to-top"
id="scroll-to-top"
title="Scroll to the top">
<img class="up-arrow-icon" src="/icons/up-arrow.webp" />
</button>
<!-- Scroll to top Button End -->
<!-- Script -->
<script src="/js/main.js"></script>
<!-- Script End -->
</body>
</html>