-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (39 loc) · 1.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Information for the Harpeth River in Bellevue, Tennessee">
<meta name="author" content="Eric Hamiter">
<link rel="shortcut icon" href="../static/images/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="../static/images/icons/apple-touch-icon.png" />
<title>Can I Kayak?</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="../static/styles/cover.css">
</head>
<body class="text-center">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Can I Kayak?</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="/">Status</a>
<a class="nav-link" href="/maps/">Maps</a>
<a class="nav-link" href="/about/">About</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">You're up a creek without a paddle.</h1>
<br />
<p class="lead"><a href="/">Try Again</a></p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>If you enjoy using this site, <a target="_blank" href="https://www.buymeacoffee.com/ehamiter">buy me a coffee!</a></p>
</div>
</footer>
</div>
</body>
</html>