mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-02 17:59:53 +08:00
16 lines
229 B
Plaintext
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> |