-
Notifications
You must be signed in to change notification settings - Fork 8
/
notsupported.html
18 lines (18 loc) · 1.23 KB
/
notsupported.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>atto</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="icon" href="media/logo.png">
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="style.css">
<script type="module" src="script.js"></script>
</head>
<body class="notSupported">
<h1>atto can't run in this browser :(</h1>
<p>Unfortunately, your browser doesn't support the features that are required to run atto. If you're on mobile, try using atto on a desktop computer. Otherwise, please use the latest version of Chrome or Firefox, which are known to work with atto.</p>
<p>If you're using Safari, then it's doubtful that Apple will ever implement the required features due to their <a href="https://jamesl.me/article.html?article=2020-10-21-safariie.md">constant reluctance to modernise their browser</a>. If you work for Apple/are on the WebKit dev team, please <a href="https://bugs.webkit.org/show_bug.cgi?id=174931">implement lookbehind in regex</a> so we can make atto work for everyone!</p>
</body>
</html>