mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
887 B
47 lines
887 B
<!doctype html> |
|
<title>Chapter 404: The Lost Page</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>.
|
|
|