-
Notifications
You must be signed in to change notification settings - Fork 2
/
verify.html
75 lines (73 loc) · 2.32 KB
/
verify.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
<!-- Sowwyz#1337 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
<title>Verification complete</title>
<style>
/* Sowwyz#1337 */
body {
background: rgb(39, 39, 39);
}
h1 {
position: absolute;
top: 40%;
left: 27%;
font-size: 40px;
font-family: Arial, Helvetica, sans-serif;
background: -webkit-linear-gradient(45deg, #01E8FF 30%, #FF01B0 70%);
background: linear-gradient(45deg, #01E8FF 30%, #FF01B0 70%);
overflow: hidden;
background-size: 200% 100% !important;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-animation: move 4s ease infinite;
animation: move 4s ease infinite;
}
/* Sowwyz#1337 */
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
50% {
background-position: 100% 0;
}
100% {
background-position: 0 0;
}
}
/* Sowwyz#1337 */
@-moz-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
} /* Sowwyz#1337 */
</style>
</head>
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<body>
<h1>You have successfully verified.</h1>
</body>
</html>
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->
<!-- Sowwyz#1337 -->