add version + start page builder

This commit is contained in:
2023-09-04 14:47:15 +02:00
parent 4a26a05cdc
commit 62f0ef1ce8
3 changed files with 48 additions and 1 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>