mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-04 08:01:39 +08:00
14 lines
334 B
HTML
14 lines
334 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<%- include("./component/header.html"); %>
|
|
</head>
|
|
<body>
|
|
<%- include("./component/navbar.html"); %>
|
|
<h1><%= message %></h1>
|
|
<h2><%= error.status %></h2>
|
|
<pre><%= error.stack %></pre>
|
|
<%- include("./component/footer.html"); %>
|
|
</body>
|
|
</html> |