Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 9dd1474

Browse files
committed
unsupported
1 parent d6ed579 commit 9dd1474

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

unsupported/index.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<title>Outdated Browser</title>
6+
<style>
7+
body {
8+
background-color: #F9A535;
9+
color: #fefefe;
10+
font-family: Rubik;
11+
}
12+
@font-face {
13+
font-family: Rubik;
14+
font-style: normal;
15+
font-weight: bold;
16+
src: url(../fonts/Rubik/static/Rubik-Bold.ttf) format('truetype');
17+
}
18+
@font-face {
19+
font-family: Rubik;
20+
font-style: normal;
21+
font-weight: normal;
22+
src: url(../fonts/Rubik/static/Rubik-Regular.ttf) format('truetype');
23+
}
24+
section {
25+
margin-left: 100px;
26+
margin-right: 100px;
27+
margin-top: 86px;
28+
}
29+
div {
30+
margin-top: 86px;
31+
text-align: center;
32+
}
33+
a {
34+
color: #fefefe;
35+
text-decoration: none;
36+
}
37+
footer {
38+
position: absolute;
39+
bottom:0;
40+
}
41+
img {
42+
filter: drop-shadow(5px 5px 5px #00000050)
43+
}
44+
</style>
45+
</head>
46+
<body>
47+
<section>
48+
<h1><font style="font-size: 64px;">Uh Oh!</font></h1>
49+
<p><font style="font-size: 36px;">It looks like your browser is outdated or not supported</font></p>
50+
<p><font style="font-size: 36px;">Try one of these or update to use Meower:</font></p>
51+
<div>
52+
<a href="https://www.mozilla.org/en-US/firefox/new/">
53+
<img src="../images/browsers/firefox.png" width="128px" style="margin-left:10px;margin-right:10px;">
54+
</a>
55+
<a href="https://www.google.com/chrome/">
56+
<img src="../images/browsers/chrome.png" width="128px" style="margin-left:10px;margin-right:10px;">
57+
</a>
58+
<a href="https://www.youtube.com/watch?v=Cz4aTSnFVvk">
59+
<img src="../images/browsers/vivaldi.png" width="128px" style="margin-left:10px;margin-right:10px;">
60+
</a>
61+
</div>
62+
</section>
63+
<footer>
64+
<p>If this isn't the case you can contact us <a href="https://" style="text-decoration: underline;">here</a></p>
65+
</footer>
66+
<img src="../images/meower.png" style="position: absolute;bottom:0;right:0;width:400px;">
67+
</body>
68+
</html>

0 commit comments

Comments
 (0)