-
Notifications
You must be signed in to change notification settings - Fork 1
/
notsupported.html
50 lines (50 loc) · 1.47 KB
/
notsupported.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
<!DOCTYPE html>
<html>
<head>
<title>Upgrade for security reasons.</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div
style="
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
"
>
<h1>Upgrade your browser.</h1>
<p>
Stella Omni is fast, secure and safer than previous generations
of Stella; which is why you'll need a newer browser to support
it.<br />Stella officially supports the latest versions of
Chromium, Firefox and Safari, so it's best you switch to those.
</p>
<p style="color: rgba(0, 0, 0, 0.3)">
Get quick access to: <br /><br /><button
onclick="var t = window.prompt('Search'); window.location = '/en/search/index-d?q=' + t;"
>
Search
</button>
</p>
</div>
</body>
<style>
p {
font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Inter", sans-serif;
font-weight: 700;
}
</style>
</html>