serve invite page

This commit is contained in:
counterweight 2025-02-09 19:38:57 +01:00
parent fe008a8906
commit 9c90b75bc0
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 54 additions and 0 deletions

17
src/views/error.ejs Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
</head>
<body>
<h1>Error</h1>
<p>
<%= message %>
</p>
</body>
</html>