Files
danmaku/views/error.ejs
2022-11-09 18:28:35 +08:00

16 lines
229 B
Plaintext

<html lang="zh">
<head>
<title><%= error.status %> <%= message %></title>
</head>
<body>
<center>
<h1><%= error.status %> <%= message %></h1>
</center>
<hr>
<center>Express</center>
</body>
</html>