fix admin account deletion

This commit is contained in:
2023-09-04 14:24:21 +02:00
parent b9b2898392
commit 4a26a05cdc
3 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<nav>
<a class="home">Home</a> |
<a href="/tickets">Tickets</a> |
<a href="/cart">Cart</a> |
<a href="/account">Account</a> |
<button onclick="changeTheme();" id="themeSelector">&#9789;</button>
</nav>