forked from nielsenramon/chalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (28 loc) · 894 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
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sebastian Auberger's Blog | Page not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="/assets/notfound-light.css">
</head>
<body>
<main role="main" class="notfound-wrapper">
<div class="notfound-content">
<h1><a href="/" title="Back to homepage">Sebastian Auberger's Blog</a></h1>
<p>
Hehe, looks like you got lost. Let's get you back to the <a href="/">homepage</a>!
</p>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Cormorant Garamond:700', 'Lato:300,400,700']
}
});
</script>
</body>
</html>