-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·27 lines (27 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>W A R K O N - Page Not Found</title>
<meta name="description" content="Not found in the Internet home celebrating the marriage of David Plakon and Lara Warman.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/warkon.css">
</head>
<body id="not-found">
<div id="main-container">
<div id="content">
<div id="intro">
<img id="wordmark" src="img/warkon.svg" alt="celebrating Lara Warman & David Plakon" />
<h1>Sorry, that doesn't exist... yet</h1>
<p><a href="https://github.com/larawarman/warkon" alt"Warkon on GitHub">PR the page you're looking for on GitHub ⟶</a></p>
<p>or</p>
<p><a href="./index.html" alt"Warkon Home">Go to the homepage ⟶</a></p>
</div>
</div>
</div>
</body>
</html>
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->