Skip to content

Commit

Permalink
[mirotalkc2c] - add placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 3, 2024
1 parent a680eb2 commit 6450155
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions frontend/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,16 @@
<body>
<form>
<label for="room">Room</label>
<input id="roomIdInput" type="text" name="room" maxlength="36" required />
<input id="roomIdInput" type="text" name="room" placeholder="Room name" maxlength="36" required />
<label for="username">Username</label>
<input id="userNameInput" type="text" name="name" maxlength="36" required />
<input
id="userNameInput"
type="text"
name="name"
placeholder="Your email or name"
maxlength="36"
required
/>
<button id="joinBtn">Join</button>
<button id="supportBtn">© 2024 MiroTalk C2C, all rights reserved</button>
</form>
Expand Down

0 comments on commit 6450155

Please sign in to comment.