-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
33 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<title>Page Not Found - John Calsbeek</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="John Calsbeek">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="alternate" href="/feed.xml" type="application/atom+xml">
</head>
<body>
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">John Calsbeek</a>
</div>
</div>
</div>
<div class="container">
<header class="page-header">
<!-- Too bad. -->
</header>
<p class="lead">The page could not be found.</p>
<p>Please return to <a href="/">my home page</a> and try again.</p>
</div>
</body>
</html>