Files
FOFTickets/views/error.ejs~
2024-12-05 13:05:35 -05:00

10 lines
149 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>You don't have any tickets</title>
</head>
<body>
<h1>No tickets for you!!</h1>
</body>
</html>