annotate node_modules/node-static/etc/404.html @ 69:333afcfd3f3a

added node_modules to project and fixed path to chronometer also added deps to installer script
author tzara <rc-web@kiben.net>
date Sat, 26 Oct 2013 14:12:50 +0100
parents
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