add ticket purchase form, employee login, and database schema

This commit is contained in:
vista-man
2025-04-03 10:27:29 +02:00
parent 831051527b
commit b56f3fb433
5 changed files with 139 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#ticketForm {
max-width: 500px;
margin: 0 auto;
}
#qrCodeContainer {
margin-top: 20px;
}