forked from old-clickette/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apple.html
19 lines (19 loc) · 892 Bytes
/
apple.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/assets/nofonts.css">
<link rel="icon" type="image/icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apple Unsupported</title>
</head>
<body>
<div class="unselectable"><br></div>
<div class="centre" style="padding-left:5%;padding-right:5%;color:#eee;">
<h1>Apple Unsupported</h1>
<p>At the moment, Clickette doesn't support Apple devices due to graphical issues. Please come back on a non-Apple device to continue using Clickette. Thanks!</p>
<p>If you would like to view an Apple-compatible version of the privacy policy please click <a href="apple-privacy.html" style="color: #017AFF;">here</a>.</p>
</div>
</body>
</html>