forked from metafizzy/metafizzy.co
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
37 lines (26 loc) · 809 Bytes
/
404.html
File metadata and controls
37 lines (26 loc) · 809 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Page not found · Metafizzy</title>
<script src="http://use.typekit.com/kow8gzm.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script src="http://desandro.com/mint/?js"></script>
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" media="screen" />
<style media="screen">
body {
text-align: center;
padding: 20px;
}
h1 {
font-size: 110px;
font-style: italic;
}
</style>
</head>
<body>
<h2>Sorry about that! <a href="/">Return to <span class="metafizzy">Metafizzy</span>.co</a></h2>
<h1 class="groover" data-groover-panes="200">Page not found</h1>
<script src="/assets/js/scripts.js"></script>
</body>
</html>