Files
danmaku/views/error.ejs
2022-11-08 10:26:40 +08:00

16 lines
219 B
Plaintext

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