-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
24 lines (22 loc) · 912 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="Jeff Martin" />
<meta name="description" content="The Development - A Website about Websites" />
<meta name="keywords" content="the development, websites, personal websites, jekyll" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>How'd you get here?!</title>
<meta name="viewport" content="width=device-width">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/404.css">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="fourohfour">
<h1>Uh-oh</h1>
<p>We don't think that page exists.</p> <p>You could always go back to the <a href="/">home page</a>.</p><span id="smiley">:)</span>
</div>
</body>
</html>