-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
23 lines (23 loc) · 1.09 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
<!DOCTYPE html>
<html lang='en-au'>
<head>
<meta charset='utf-8'>
<title>Gosh!</title>
<script src='http://use.typekit.com/giz5uom.js'></script>
<script>try{Typekit.load();}catch(e){}</script>
<!--[if lt IE 9]><script src='http://html5shiv.googlecode.com/svn/trunk/html5.js'></script><![endif]-->
<style>
html, body, h1, p, b { margin: 0; padding: 0; line-height: 1; font-weight: normal; }
body { text-align: center; position: absolute; height: 300px; top: 50%; margin-top: -100px; width: 100%; }
h1 { font-family: "cooper-black-std-1","cooper-black-std-2", sans-serif; font-weight: 800; text-transform: uppercase; font-size: 128px; color: pink; }
p { font-family: 'proxima-nova-1', 'proxima-nova-2', 'Helvetica Nueue', Helvetica, Arial, sans-serif; font-weight: 100; font-size: 24px; }
p, a { color: #666; }
p a { text-decoration: none; font-weight: 400; }
p a:hover { color: black; }
</style>
</head>
<body>
<h1><b>G</b><b>o</b><b>s</b><b>h</b><b>!</b></h1>
<p>I’ve lost that page. Maybe try <a href="http://google.com/">da google</a>?</p>
</body>
</html>