This commit is contained in:
2024-12-05 13:05:35 -05:00
parent 8cd8a68fe9
commit 581cedbd5a
9 changed files with 602 additions and 0 deletions

9
views/notickets.ejs Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>You don't have any tickets</title>
</head>
<body>
<h1>No tickets for you!!</h1>
</body>
</html>