You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
276 B

  1. <html>
  2. <head>
  3. <meta charset='utf-8'>
  4. <title>{error}</title>
  5. <style>{style}</style>
  6. </head>
  7. <body>
  8. <div id="wrapper">
  9. <h1>{title}</h1>
  10. <h2><em>{statusCode}</em> {error}</h2>
  11. <ul id="stacktrace">{stack}</ul>
  12. </div>
  13. </body>
  14. </html>