-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
59 lines (48 loc) · 2.09 KB
/
404.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
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107229265-1"></script>
<script src="google-analytics.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel='author' href='humans.txt'>
<link rel="me" href="https://www.christerolsen.me" type="text/html">
<link rel="canonical" href="https://www.beeroclock.site/404.html">
<meta name="theme-color" content="#f9ead7">
<meta name="description" content="404 page for The Beer O'Clock Clock (https://www.beeroclock.site)">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="apple-mobile-web-app-status-bar-style" content="#f9ead7">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#db8b23">
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<link rel='stylesheet' type='text/css' href='/style/base.css'>
<title>404 - Page Not Found - The Beer O'Clock Clock</title>
</head>
<body>
<div>
<header role="banner">
<h1>The Beer O'Clock Clock</h1>
<p>Where in the world is it beer o'clock?</p>
</header>
<main id="content">
<h2>404 - Page Not Found</h2>
<br>
<p>Uh oh! The page you are looking for could not be found! It's probably in a different timezone...</p>
<br>
<p>This page cannot tell you where in the world it's beer o'clock at the moment :(</p>
<br>
<p>You could always click <a role="link" href="https://www.beeroclock.site/">here</a> to find out.</p>
<br>
<p>Or you could just take my word that <strong>it's always beer o'clock somewhere!</strong></p>
<br>
<p>Cheers!</p>
</main>
<footer role="contentinfo">
<p>© 2017 <a href="https://www.christerolsen.me" rel="_blank">Christer Olsen</a></p>
<p>Source on <a href="https://github.com/colsen1991/beeroclock-site" rel="_blank">GitHub</a></p>
</footer>
</div>
</body>
</html>