-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
75 lines (73 loc) · 1.42 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
<html>
<head>
<meta charset="utf-8">
<title>Site Under Maintenance</title>
<style>
body {
background: #000;
}
/* .izle {
border:1px solid red;
}*/
.hareket {
color: #5dea62;
font-family: Monaco, monospace;
font-size: 24px;
width: 100%;
text-align: left;
animation: 120ms infinite normal glitch;
}
span {
animation: 1.5s infinite normal imlec;
}
::-moz-selection {
background: #7021d2;
color: #fff;
}
::selection {
background: #7021d2;
color: #fff;
}
@keyframes glitch {
0% {
opacity: 0;
left: 0;
}
40%, 80% {
opacity: 1;
left: -2px;
}
}
@keyframes imlec {
0% {
opacity: 0;
left: 0;
}
40% {
opacity: 0;
left: -2px;
}
80% {
opacity: 1;
left: -2px;
}
}
.bilmm {
display:inline-block;
position: absolute;
top: 45%;
left: calc(50% - 200px);
}
</style>
</head>
<body>
<div class="bilmm izle">
<div class="hareket">█ █ █ █ █ █ █ <span style="color:red"> █ █ █ █ █ █ </span>55%
<br>
<br>> Site Under Maintenance
<br>> Coming Soon
<br><a> > https://digitalweedherbarium.vercel.app/ <span id="imlec">█</a></span>
</div>
</div>
</body>
</html>