-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
46 lines (39 loc) · 1.43 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
<!doctype html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="utf-8">
<script src="scripts/main.js"></script>
<title>Under Maintenance</title>
<link rel="stylesheet" type="text/css" href="/css/404.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168747559-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-168747559-1');
</script>
<!-- <script defer src="https://progressier.com/client/script.js?id=oAfWiCUiIs83YxdUKyoN"></script> -->
<link rel="manifest" href="https://progressier.com/client/progressier.json?id=vk617cksNrra082RCzRQ"><script defer src="https://progressier.com/client/script.js?id=vk617cksNrra082RCzRQ"></script>
</head>
<body>
<section>
<div class="preloader">
<div></div>
<div></div>
<div></div>
</div>
<span id="by">Under Maintenance</span>
<span id="by">This page is not ready</span>
<a href="dashboard.html" span id="by">Click here to go back</span></a>
</section>
<script>
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
});
</script>
</body>
</html>