-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
17 lines (17 loc) · 845 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:300' rel='stylesheet' type='text/css'>
<title>Missing (404)</title>
</head>
<body style="font-family: 'Josefin Slab', serif; font-weight: 300;">
<div style="margin:auto;position: absolute;top:0;left:0;bottom:0;right:0;;text-align:center;height:250px;font-size: 2.4em; color:#666; line-height:145%;white-space:nowrap;display:block;">
Cutting through absolute darkness, <br />
flying blindly into the abyss, <br />
hoping that therein lie the answers <br />
to the mysteries of the universe. <br />
<span style="font-size: 0.4em;">The page you requested could not be found.</span>
</div>
</body>
</html>