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