Files
FOFTickets/views/simpleowner.ejs

12 lines
224 B
Plaintext
Raw Permalink Normal View History

2024-12-05 13:05:35 -05:00
<!DOCTYPE html>
<html>
<head>
<title>You have a Ticket!</title>
</head>
<body>
<h1>Welcome, <%= username %>!</h1>
Your ticket is: <img src="<%= qrcode %>" alt="QR Code">
<%= ticket %>
</body>
</html>