Added updated 404 from silwar

This commit is contained in:
2010-04-25 01:52:10 +01:00
parent daaee6cc3c
commit 7849c0160f
3 changed files with 34 additions and 0 deletions

BIN
media/img/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
media/img/b0rtb0rtb0rt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -0,0 +1,34 @@
<!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>