Install button.

This commit is contained in:
retoor 2025-01-29 06:45:26 +01:00
parent 3e4b6b0062
commit 1f5dc57d6f

View File

@ -22,7 +22,7 @@
<div class="logo">Snek</div>
<nav>
<a href="/web.html">Home</a>
<a id="install-button" href="#">Install</a>
<a style="display:none" id="install-button" href="#">Install</a>
<a href="#">Settings</a>
<a href="/logout.html">Logout</a>
</nav>