feat(relay-js): add label
This commit is contained in:
parent
e6226102eb
commit
7cae9875d3
|
@ -12,9 +12,9 @@
|
|||
<div><h1>Waku Node Status</h1></div>
|
||||
<div id='status'></div>
|
||||
|
||||
<label for='textInput'>Message text</label>
|
||||
<input id='textInput' placeholder='Type your message here' type='text'>
|
||||
<button id='sendButton' type='button'>Send Message
|
||||
</button>
|
||||
<button id='sendButton' type='button'>Send Message using Relay</button>
|
||||
|
||||
<div><h1>Messages</h1></div>
|
||||
<div id='messages'></div>
|
||||
|
|
Loading…
Reference in New Issue