-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
105 lines (105 loc) · 3.76 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<title id="title">Stella - 404</title>
<link href="/en/unified.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<script>
var n = new URL(window.location).searchParams.get("adit");
if (n == "root_domain_flagverifier") {
window.location.replace("/index.html?adit=lan_notvalid");
}
if (n == "root_domain_flagverifier2") {
window.location.replace("/index.html?adit=lan_notvalid2");
}
</script>
<body>
<!-- Adrenaline Engine 5 -->
<div class="hidden" style="font-family: 'Inter'">
<p>
See this message? There may be an issue with your browser, try
refreshing the page or coming back later.
</p>
</div>
<div class="rainbow-head">
<div class="rainbow-head-inner">
<p> </p>
</div>
</div>
<div class="content">
<div
style="
display: flex;
justify-content: space-between;
margin-bottom: 40px;
"
>
<div style="margin-top: -20px">
<a href="index.html" class="a">
<h1
style="
display: inline-block;
vertical-align: middle;
margin-right: 10px;
"
>
Stella
</h1></a
>
</div>
</div>
<div style="margin-top: -40px">
<div
style="
font-size: 34px;
margin-top: 10vh;
text-align: center;
"
>
<h1 style="margin: 0; padding: 0">404</h1>
<marquee
style="
font-size: 20px;
margin-top: 5px;
padding: 0;
opacity: 0.7;
height: 24px;
text-align: center;
"
direction="up"
scrollamount="1.8"
>That page does not exist.<br />そのページは存在しません。<br />Cette
page n'existe pas.</marquee
>
</div>
<center>
<marquee
style="height: 24px; text-align: center"
direction="up"
scrollamount="1"
>Where to next?<br />
次はどこへ?<br />
Où aller ensuite?</marquee
>
<a href="/"
><marquee
style="height: 24px; text-align: center"
direction="up"
scrollamount="1"
>Home <br />ホーム<br />
Accueil</marquee
></a
>
</center>
<script src="../global_ass/script.js"></script>
</div>
</div>
</body>
</html>