secajs/src/views/error.ejs

14 lines
256 B
Text
Raw Normal View History

2025-02-09 19:38:57 +01:00
<!DOCTYPE html>
<html lang="en">
2025-02-14 11:13:18 +01:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-02-09 19:38:57 +01:00
<title>Error</title>
2025-02-14 11:13:18 +01:00
</head>
2025-02-09 19:38:57 +01:00
2025-02-14 11:13:18 +01:00
<body>
2025-02-09 19:38:57 +01:00
<h1>Error</h1>
2025-02-14 11:13:18 +01:00
<p><%= message %></p>
</body>
</html>