-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
33 lines (23 loc) · 1 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 http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Sam Heuck</title>
<meta name="description" content="Sam Heuck is a web developer, IT professional and audio engineer currently working in Austin, TX." />
<meta name="author" content="Sam Heuck">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css" />
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<main>
</main>
<div class="flex flex-column items-center tc">
<h2>Head tilt?</h2>
<p>(404 Not Found)</p>
<img class="w-third" src="/dizzy404.jpg">
<a class="pa2" href="/">Back to the barn...</a>
</div>
</body>
</html>