mirror of https://github.com/pallets/flask.git
Updated website
This commit is contained in:
parent
325dfa2469
commit
b4cd70d054
|
@ -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>.
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue