-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
38 lines (33 loc) · 1.18 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
---
permalink: /404.html
---
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>David Dobmeier | 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<header id="missing">
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">404</h1>
<h3 style="max-width:320px">Sorry, the page you're looking for could not be found.</h3>
<h3><a href="index.html">Return Home</a></h3>
</div>
</div>
</header>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/init.js"></script>
</body>
</html>