-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (42 loc) · 2.71 KB
/
Copy pathindex.html
File metadata and controls
51 lines (42 loc) · 2.71 KB
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
<!DOCTYPE html>
<!--[if lt IE 9]><html lang="en" class="ie" xmlns="http://www.w3.org/1999/xhtml"><![endif]-->
<html lang="en">
<head>
<title>Moomba Browser Blocker | Template Resource</title>
<meta charset="utf-8" />
<meta name="robots" content="all">
<meta name="description" content="Moomba Browser Blocker uses any Modernizr CSS feature flag to display a message of browser incompatability with links for modern browsers.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" type="image/x-icon" href="http://simoncorry.com/assets/images/lib/icons/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="http://simoncorry.com/assets/images/lib/icons/favicon.ico">
<!-- Required -->
<link type="text/css" rel="stylesheet" href="assets/css/reset.min.css">
<link type="text/css" rel="stylesheet" href="assets/css/browsers.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="assets/js/modernizr.min.js"></script>
</head>
<body>
<!-- Browser Blocker -->
<div id="browser_blocker">
<div class="bb_wrapper">
<div class="bb_card">
<div class="bb_top">
<h2>Your Browser is Incompatible</h2>
<p>Your browser is out of date and/or incompatible with our website. Simply click on an icon below for instructions on installing a compatible browser.</p>
</div>
<div class="bb_bottom">
<table>
<tr>
<td><a href="http://bit.ly/1D8ciuu" title="Download Browser"><img src="http://bit.ly/1LG6uf9" width="60" height="60" alt="Browser Chrome" /></a></td>
<td><a href="http://mzl.la/1BRbK7U" title="Download Browser"><img src="http://bit.ly/1x10qmT" width="60" height="60" alt="Browser Firefox" /></a></td>
<td><a href="http://bit.ly/1D8cn1f" title="Download Browser"><img src="http://bit.ly/1x0ZaQG" width="60" height="60" alt="Browser Safari" /></a></td>
<td><a href="http://bit.ly/1D8cppV" title="Download Browser"><img src="http://bit.ly/1x0ZEGk" width="60" height="60" alt="Browser IE" /></a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
</html>