Jade/views/partials/chat-input.html
2024-04-24 08:49:58 +02:00

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>