mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-07 00:15:15 +08:00
15 lines
336 B
HTML
15 lines
336 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
<%- include("./component/header.html"); %>
|
|
</head>
|
|
<body>
|
|
<h1><%= message %></h1>
|
|
<h2><%= error.status %></h2>
|
|
<pre><%= error.stack %></pre>
|
|
<%- include("./component/footer.html"); %>
|
|
</body>
|
|
</html> |