Files
test-auth/app/templates/404.html

35 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="robots" content="nofollow" />
<title>Dredd.it: 404 (Page not found)</title>
<style type="text/css">
body { background: #151515 url('/static/img/b0rtb0rtb0rt.png') top left repeat-x; color: #fff; font-family: Verdana, Arial, sans-serif; font-size: 1.5em; text-align: center; }
a, a:hover, a:active, a:visited { color: #ea7500; }
.navigation ul, .navigation ul li { list-style: none; margin: 0; padding: 0; display: block; }
.navigation ul li { display: inline; margin: 0 1em; }
@media screen {
h1 { width: 415px; height: 230px; margin: 120px auto 40px auto; }
h1 a { display: block; width: 415px; height: 230px; background: transparent url('/static/img/404.png') top left no-repeat; text-indent:100000px; white-space:nowrap; overflow: hidden; }
}
</style>
</head>
<body>
<h1><a href="http://dredd.it">Dredd.it: 404 (Page not found)</a></h1>
<div class="navigation">
<ul>
<li><a href="http://forum.dredd.it">forum</a></li>
<li><a href="http://killedby.dredd.it">killboard</a></li>
<li><a href="http://wiki.dredd.it">wiki</a></li>
<li><a href="http://reddit.com/r/evedreddit">reddit</a></li>
</ul>
</div>
</body>
</html>