hackcentercontrol/nodeartnet/node_modules/express/node_modules/connect/lib/public/error.html

14 lines
248 B
HTML

<html>
<head>
<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>