-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (59 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error 404</title>
<style>
html,body{
height:100%
}
body {
background:#0000aa;
background: linear-gradient(100deg, #cc208e 0%,#6713d2 100%);
color:#ffffff;
font-family: 'Share Tech Mono', monospace;
font-size:20px;
text-align:center;
margin:10vw;
overflow: hidden;
text-shadow:2px 2px 0 rgba(0,0,0,.16)
}
.blink {
animation:pulse 1.2s .1s infinite;
transition:all 0.1s
}
@keyframes pulse{
0%{ opacity:0.1 }
}
h2 {
background:#fff;
color:#246fc1;
padding:2px 8px;
width:fit-content;
margin:20px auto;
box-shadow:2px 2px 0 rgba(0,0,0,.16)
}
p {
margin:30px 100px;
text-align:left;
}
a,a:hover {
color:inherit;
text-decoration:none
}
.menu {
margin-top:50px;
}
#btn-insta{ clear:both; color:#fff; border:2px solid; border-radius:3px; text-align:center; text-decoration:none; display:block; font-family:sans-serif; font-size:14px; width:13em; padding:5px 10px; font-weight:600; position:absolute; bottom:20px; left:0; right:0; margin:0 auto; background:rgba(0,0,0,0.2); box-shadow:0 0 0px 3px rgba(0,0,0,0.2); opacity:0.4 }#btn-insta:hover{color:#fff;opacity:1}
</style>
</head>
<body>
<h2>ERROR 404</h2>
<b>:( SORRY DOCUMENT NOT FOUND</b>
<p>* Please notify the webmaster.</p>
<p>* Maybe Try another link.</p>
<div class="menu">
<a href="javascript:history.back()">< Go Back</a> <b class=blink>|</b> </div>
<a href="https://www.instagram.com/nishith_2004/" id="btn-insta" target="_b">Follow me on Instagram</a>
<script type='text/javascript' id='susi-bot-script' data-userid='7244aaf285ccb27e0db1bb97bda85357' data-group='Communication' data-language='en' data-skill='Noogle' src='https://skills.susi.ai/susi-chatbot.js'></script>
</body>
</html>