changes
This commit is contained in:
11
views/simpleowner.ejs
Normal file
11
views/simpleowner.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user