-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
60 lines (50 loc) · 2.07 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
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 - Page Not Found</title>
<meta name="description" content="The requested URL was not found on this server">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo:400,400i,700,700i">
<meta name="robots" content="noindex">
<style>
.link {
text-decoration: none;
color: #00ACC1;
}
</style>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N6KTSKL');
</script>
<!-- End Google Tag Manager -->
</head>
<body style="margin:0; background-color: #ECF0F1; height: 100%; font-family: 'Exo', sans-serif;">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6KTSKL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div style="display: table; width: 100%; height: 100%; text-align: center;">
<div style="display: table-cell; vertical-align: middle;">
<p style="color: #555; font-size: 250%; margin: 10px 0;">404 - Page Not Found</p>
<p style="color: #555; max-width: 300px; margin: 0 auto;">The page you are looking for does not exits!</p>
<p style="color: #555; max-width: 300px; margin: 40px auto 0;">
<a style="color: #00ACC1; text-decoration: none; padding: 10px 20px; box-shadow: 0 0 0 2px #00ACC1; border-radius: 4px;" href="https://stagphp.io/"><strong>GO TO STAGPHP.IO</strong></a>
</p>
</div>
</div>
</body>
</html>