diaspora/public/404.html
2011-08-09 13:03:45 -07:00

29 lines
760 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; text-align:center; }
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<h1> 404: Not Found </h1>
<a href="javascript:history.go(-1)">
<img src="/images/404.png"/>
</a>
<h1>
<a href="javascript:history.go(-1)"> Go Back </a>
</h1>
</body>
</html>