]> git.cworth.org Git - obsolete/notmuch-web/blob - node_modules/express/node_modules/connect/lib/public/error.html
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / node_modules / connect / lib / public / error.html
1 <html>
2   <head>
3     <title>{error}</title>
4     <style>{style}</style>
5   </head>
6   <body>
7     <div id="wrapper">
8       <h1>{title}</h1>
9       <h2><em>500</em> {error}</h2>
10       <ul id="stacktrace">{stack}</ul>
11     </div>
12   </body>
13 </html>