Mercurial > hg > nodescore
annotate node_modules/errorhandler/public/error.html @ 94:a633d8c04929
next moved and more dummy svg units
author | Rob Canning <rob@foo.net> |
---|---|
date | Fri, 01 Aug 2014 01:24:07 +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> |