-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (43 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta
name="viewport"
content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0"
/>
<title>Stevie Oberg</title>
<meta name="description" content="Coder. Writer. Creator." />
<link rel="icon" type="image/png" href="/favicon.ico" />
<!-- Custom CSS -->
<link type="text/css" rel="stylesheet" href="styles.css" />
<link
type="text/css"
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inconsolata|Roboto"
/>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/TypewriterJS/1.0.0/typewriter.js"
></script>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
</head>
<body>
<div class="content">
<header>
<a href="/">Stevie Oberg</a>
<small>Coder. Writer. Creator.</small>
</header>
<main>
<h1>404 - Page not found :(</h1>
</main>
<footer>
<a href="/">🏠</a>
</footer>
</div>
</body>
</html>