format project

This commit is contained in:
counterweight 2025-02-14 11:13:18 +01:00
parent 90d8e39eb3
commit c02cf8c12e
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
39 changed files with 2062 additions and 909 deletions

View file

@ -1,20 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<title>Invite Details</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<body>
<h1>Invite Details</h1>
<p>Invite UUID: <%= invite.uuid %>
</p>
<p>Invite UUID: <%= invite.uuid %></p>
<h2>Wait right there buddy... that invite has been spent already!</h2>
<form>
<button onclick="" disabled>Click to accept invite with Nostr</button>
<button onclick="" disabled>Click to accept invite with Nostr</button>
</form>
</body>
</html>
</body>
</html>