fix index link in nav

This commit is contained in:
Arthur Lu 2023-04-16 22:08:55 -07:00
parent a7902a688b
commit 5325518dec

View File

@ -13,7 +13,7 @@
<body style="padding: 0px;">
<header class="w3-black w3-bar w3-top">
<nav class="w3-large w3-bar flex" style="align-items: center; justify-content: center;">
<a class="w3-bar-item w3-mobile w3-button" href="songs.html" aria-current="true">Character Sheet</a>
<a class="w3-bar-item w3-mobile w3-button" href="index.html" aria-current="true">Character Sheet</a>
<a class="w3-bar-item w3-mobile w3-button" href="settings.html" aria-current="true">Settings</a>
<a class="w3-bar-item w3-mobile w3-button" href="focus.html" aria-current="true">Focus Mode</a>
</nav>