Browse Source

Updated website

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
b4cd70d054
  1. 47
      website/404.html
  2. BIN
      website/mask.png
  3. BIN
      website/ship.png

47
website/404.html

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
website/ship.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Loading…
Cancel
Save