citizen
Version:
Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
27 lines (22 loc) • 460 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>D'oh!</title>
</head>
<body>
<main>
<h1>¯\_(ツ)_/¯</h1>
<p>What can you do? These things happen.</p>
<pre>
<code>
${local.error.errorCode}
${local.error.statusCode}
${local.error.label}
${local.error.message}
${local.error.stack}
</code>
</pre>
</main>
</body>
</html>