mirror of https://github.com/mitsuhiko/flask.git
Armin Ronacher
15 years ago
3 changed files with 47 additions and 0 deletions
@ -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>. |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in new issue