-
Notifications
You must be signed in to change notification settings - Fork 97
/
page-browser-compatibility.hbs
39 lines (39 loc) · 1.43 KB
/
page-browser-compatibility.hbs
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Browser Compatibility Error</title>
{{ghost_head}}
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/caffeine-theme.css"}}" />
{{> head-css}}
</head>
<body class="page-browser-compatibility">
<article>
<section>
<div class="error-body">
<h1>
Looks like your coffee's gone stale. It's time for a new cup!
</h1>
<hr class="divider short">
<h2>
{{@site.title}} runs on the latest Chrome, Firefox, Safari, and IE10+. Your browser is outdated and it may be time to upgrade.
</h2>
<div class="call-to-action-container">
<nav class="navigation left">
<ul class="links">
<li class="nav-blog expanded">
<a href="http://browsehappy.com/" title="Browse Happy">Click here to find out more!</a>
</li>
</ul>
</nav>
</div>
</div>
</section>
</article>
{{ghost_foot}}
<script type="text/javascript" src="{{asset "js/caffeine-theme.js"}}"></script>
{{> google-analytics}}
</body>
</html>