Jade/views/partials/chat-input.html
2024-04-21 14:32:32 +02:00

3 lines
109 B
HTML

<form>
<input class="input" type="text" placeholder="Type your message here..." name="message" />
</form>