Mercurial > hg > nodescore
annotate node_modules/node-static/etc/404.html @ 75:3a2845e3156e
added martin tweaks
author | Rob Canning <rc@kiben.net> |
---|---|
date | Tue, 01 Jul 2014 08:51:53 +0000 |
parents | 333afcfd3f3a |
children |
rev | line source |
---|---|
rc-web@69 | 1 <!DOCTYPE html> |
rc-web@69 | 2 <html> |
rc-web@69 | 3 <head> |
rc-web@69 | 4 <style> |
rc-web@69 | 5 html { |
rc-web@69 | 6 background: url("data:image/jpeg;base64, {{trainwreck}}") no-repeat center center fixed; |
rc-web@69 | 7 -webkit-background-size: cover; |
rc-web@69 | 8 -moz-background-size: cover; |
rc-web@69 | 9 -o-background-size: cover; |
rc-web@69 | 10 background-size: cover; |
rc-web@69 | 11 } |
rc-web@69 | 12 h1, p { |
rc-web@69 | 13 color: red; |
rc-web@69 | 14 font-family: Helvetica; |
rc-web@69 | 15 } |
rc-web@69 | 16 </style> |
rc-web@69 | 17 </head> |
rc-web@69 | 18 <body> |
rc-web@69 | 19 <h1>not found</h1> |
rc-web@69 | 20 <p>don't worry though, it could be worse.</p> |
rc-web@69 | 21 </body> |
rc-web@69 | 22 </html> |
rc-web@69 | 23 |