3 lines
171 B
HTML
3 lines
171 B
HTML
<form hx-put="/chat" hx-swap="beforeend" hx-target="#chat-messages">
|
|
<input class="input" type="text" placeholder="Type your message here..." name="message" />
|
|
</form> |