Mercurial > hg > nodescore
annotate node_modules/errorhandler/public/error.html @ 73:0c3a2942ddee
now using express to server static content
author | Rob Canning <rc@kiben.net> |
---|---|
date | Sun, 29 Jun 2014 12:11:51 +0000 |
parents | |
children |
rev | line source |
---|---|
rc@73 | 1 <html> |
rc@73 | 2 <head> |
rc@73 | 3 <meta charset='utf-8'> |
rc@73 | 4 <title>{error}</title> |
rc@73 | 5 <style>{style}</style> |
rc@73 | 6 </head> |
rc@73 | 7 <body> |
rc@73 | 8 <div id="wrapper"> |
rc@73 | 9 <h1>{title}</h1> |
rc@73 | 10 <h2><em>{statusCode}</em> {error}</h2> |
rc@73 | 11 <ul id="stacktrace">{stack}</ul> |
rc@73 | 12 </div> |
rc@73 | 13 </body> |
rc@73 | 14 </html> |