mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
add version + start page builder
This commit is contained in:
7
src/server/ui/home/templates/nav.html
Normal file
7
src/server/ui/home/templates/nav.html
Normal 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">☽</button>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user