Mercurial > hg > nodescore
comparison 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 |
comparison
equal
deleted
inserted
replaced
68:b076cd17638c | 69:333afcfd3f3a |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style> | |
5 html { | |
6 background: url("data:image/jpeg;base64, {{trainwreck}}") no-repeat center center fixed; | |
7 -webkit-background-size: cover; | |
8 -moz-background-size: cover; | |
9 -o-background-size: cover; | |
10 background-size: cover; | |
11 } | |
12 h1, p { | |
13 color: red; | |
14 font-family: Helvetica; | |
15 } | |
16 </style> | |
17 </head> | |
18 <body> | |
19 <h1>not found</h1> | |
20 <p>don't worry though, it could be worse.</p> | |
21 </body> | |
22 </html> | |
23 |