Install button.

This commit is contained in:
retoor 2025-01-29 06:45:14 +01:00
parent 438fad3014
commit 3e4b6b0062

View File

@ -22,7 +22,7 @@
<div class="logo">Snek</div>
<nav>
<a href="/web.html">Home</a>
<a href="#">Rooms</a>
<a id="install-button" href="#">Install</a>
<a href="#">Settings</a>
<a href="/logout.html">Logout</a>
</nav>
@ -37,7 +37,6 @@
<li><a href="#">Random</a></li>
</ul>
<fancy-button id="install-button" style="display:none" text="Install">Install</fancy-button>
</aside>
<chat-window class="chat-area"></chat-window>
</main>