mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
12 lines
129 B
Plaintext
12 lines
129 B
Plaintext
<% include layout.ejs %>
|
|
|
|
<body>
|
|
|
|
<h1><%=message%></h1>
|
|
<h2><%=error.status%></h2>
|
|
<pre><%=error.stack%></pre>
|
|
|
|
</body>
|
|
|
|
</html>
|