Updated website

This commit is contained in:
Armin Ronacher 2010-04-18 03:07:08 +02:00
parent 325dfa2469
commit b4cd70d054
3 changed files with 47 additions and 0 deletions

47
website/404.html Normal file
View File

@ -0,0 +1,47 @@
<!doctype html>
<title>Awwww. What you searched cannot be found</title>
<style type=text/css>
body, html {
height: 100%;
margin: 0;
padding: 0;
}
body {
background: url(/ship.png) no-repeat center right;
}
body:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: url(/mask.png) repeat-y left;
}
a { color: #004B6B; }
a:hover { color: #6D4100; }
h1 {
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
color: #222;
font-size: 40px;
padding: 50px 0 10px 50px;
margin: 0;
}
p {
font-family: 'Georgia', serif;
color: #000;
font-size: 20px;
padding: 10px 0 0 90px;
margin: 0;
width: 360px;
}
</style>
<h1>Chapter 404: The Lost Page</h1>
<p>A careful and diligent search has been made for the desired page, but it just cannot be found.
<p>And so they returned to <a href=/>familiar waters</a>.

BIN
website/mask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
website/ship.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB