view node_modules/errorhandler/public/error.html @ 88:54edc4cf4d44

fixes solo view refresh
author Rob Canning <rob@foo.net>
date Tue, 29 Jul 2014 00:31:38 +0100
parents 0c3a2942ddee
children
line wrap: on
line source
<html>
  <head>
    <meta charset='utf-8'> 
    <title>{error}</title>
    <style>{style}</style>
  </head>
  <body>
    <div id="wrapper">
      <h1>{title}</h1>
      <h2><em>{statusCode}</em> {error}</h2>
      <ul id="stacktrace">{stack}</ul>
    </div>
  </body>
</html>