14 lines
151 B
HTML
Raw Normal View History

2025-01-12 00:52:51 +08:00
<html>
<head lang = "en">
<title>An error has occurred</title>
</head>
<body>
<h1>An error has occurred!</h1>
<p>{{message}}</p>
</body>
</html>