-
Notifications
You must be signed in to change notification settings - Fork 0
/
sorry.html
34 lines (28 loc) · 1.36 KB
/
sorry.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
<!doctype html>
<html class="isdesktop">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" id="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=10.0,minimal-ui">
<meta name="format-detection" content="telephone=no"/>
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="build/css/sorry_desktop.css" />
</head>
<body>
<table class="center-container">
<tr>
<td>
<div class="caption">It’s not you, it’s <span class="nowrap">your browser</span>.</div>
<div class="text">Sorry, we are currently supporting only the following browsers:</div>
<div class="browsers-wrapper">
<a href="https://www.google.com/chrome/" class="browser"><div class="icon chrome"></div><div class="name">Chrome</div></a>
<a href="http://www.mozilla.org/" class="browser even"><div class="icon firefox"></div><div class="name">Firefox</div></a>
<a href="http://www.apple.com/safari/download/" class="browser"><div class="icon safari"></div><div class="name">Safari</div></a>
<a href="http://internetexplorer.com" class="browser even last"><div class="icon ie"></div><div class="name">IE 10+</div></a>
</div>
</td>
</tr>
</table>
</body>
</html>