20 lines
No EOL
462 B
Text
20 lines
No EOL
462 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Invite Details</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Invite Details</h1>
|
|
<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>
|
|
</form>
|
|
</body>
|
|
|
|
</html> |