-
Notifications
You must be signed in to change notification settings - Fork 16
/
outdated.html
executable file
·40 lines (36 loc) · 1.86 KB
/
outdated.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#0000">
<link href="/src/styles/styles.css" rel="stylesheet">
<link href="/src/styles/timeline.css" rel="stylesheet">
<link href="/src/styles/menus.css" rel="stylesheet">
<link href="/src/styles/responsive.css" rel="stylesheet">
<script defer src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js"
crossorigin="anonymous"></script>
<script src="/src/scripts/general.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Update your browser - Chirp</title>
</head>
<body>
<main>
<div id="feed" class="outdated">
<img class="outdatedimg" src="/src/images/icons/chirp.svg" alt="Chirp" width="42px" height="42px">
<h1>This browser is no longer supported.</h1>
<p>If you want to keep using Chirp, you need to update your browser. There is a list of supported browsers in our Help Center.</p>
<p>Alternatively, you can use Chirp Legacy.</p>
<div class="buttonsOutdated">
<a href="https://legacy.chirpsocial.net" class="chirpLegacy">Use Chirp Legacy</a>
<a href="https://help.chirpsocial.net/using-chirp/supported-browsers" class="helpCenter">Help Center</a>
</div>
</div>
</main>
</body>
</html>