summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/errorhandler/public/error.html
blob: a6d3fafd8738f888285b3c83c77c14d4d49558eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>