forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unsupportedBrowser.html
56 lines (49 loc) · 1.44 KB
/
unsupportedBrowser.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Unsupported Browser</title>
<meta name="viewport" content="width=device-width, initial-scale=1;">
<style type="text/css">
body {
font-family: "brandon-grotesque", "helvetica neue", helvetica, sans-serif !important;
}
h1 {
font-weight: 100;
color: darkgrey;
text-align: center;
}
h3 {
font-weight: 100;
color: darkgrey;
text-align: center;
margin-bottom: 50px;
}
p {
}
.wrapper {
margin: auto;
width: 60%;
text-align: center;
padding: 20px;
color: white;
background-color: rgb(52, 152, 219);
border-radius: 15px;
/* opacity for IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
opacity: .75;
}
</style>
</head>
<body>
<h1> polis </h1>
<h3> communication for groups </h3>
<div class="wrapper">
<p> Apologies - your browser is not supported. </p>
<p>Please visit the url you were trying to reach on your mobile phone or on desktop using Chrome, Safari or Firefox. </p>
</div>
<script type="text/javascript" src="//use.typekit.net/wzs2fuq.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</body>
</html>