1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/views/error.ejs

12 lines
129 B
Plaintext

<% include layout.ejs %>
<body>
<h1><%=message%></h1>
<h2><%=error.status%></h2>
<pre><%=error.stack%></pre>
</body>
</html>