Mercurial > hg > nodescore
annotate node_modules/errorhandler/public/error.html @ 101:52e44ee1c791 tip master
enabled all scores in autostart script
author | Rob Canning <rc@kiben.net> |
---|---|
date | Tue, 21 Apr 2015 16:20:57 +0100 |
parents | 0c3a2942ddee |
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> |