Skip to content

Commit

Permalink
Update login.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT authored Sep 6, 2024
1 parent 4fd94c8 commit 58045e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/static/login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<img src="https://n2o.dev/img/synrc.svg" style="margin-bottom:40px;" /></a>
</header>
<main>
<form><p><label for="user">Choose Nickname:</label>
<form><label for="user">Choose Nickname:</label>
<input type="text" id="user" autofocus="true" />
<label for="room">Join or Create Channel:</label>
<input type="text" id="room" />
<button id="loginButton">login</button></p>
<button id="loginButton">login</button>
</form>
</main>
<footer>Brought to you with ♡ by N2O developers.</footer>
Expand Down

0 comments on commit 58045e5

Please sign in to comment.