-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
55 lines (47 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ** Copyright 2021 - LINISTITUL ** -->
<!-- This app was entirely created by Sebastian Ghiveci on behalf of LINISTITUL. -->
<!-- Any reproduction of the content is strictly forbidden. -->
<!-- ** Copyright 2021 - LINISTITUL ** -->
<!-- CONFIG -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- SEO -->
<title>Smart 301 - Broken Link</title>
<meta name="description" content="This link might've been removed or never existed." />
<meta property="og:image" content="https://smart301.linistitul.ro/cdn/img/sfav.png" />
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex" />
<!-- FAV ICON -->
<link rel="shortcut icon" type="image/png" href="/cdn/img/fav.png" />
<!-- CSS -->
<link rel="stylesheet" href="https://static.linistitul.ro/cdn/css/fonts.css" />
<link rel="stylesheet" href="https://static.linistitul.ro/cdn/css/404-pages.css" />
<link rel="stylesheet" href="/cdn/css/common/style.css" />
<link rel="stylesheet" href="/cdn/css/404/buttons.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KW1J2347WJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KW1J2347WJ');
</script>
</head>
<body>
<script src="https://static.linistitul.ro/cdn/svg/404.js"></script>
<div class="message-box">
<h1>Snap!</h1>
<p>This link seems to be broken.</p>
<div class="buttons-con">
<div class="action-link-wrap">
<a href="https://smart301.linistitul.ro" class="link-button">Go to Home Page</a>
<script src="/cdn/js/404/report.js"></script>
<button onclick="reportLink()">Report Link</button>
</div>
</div>
</div>
</body>
</html>