mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
|
section.page.chat
|
||
|
section.conversation
|
||
|
header
|
||
|
img.avatar
|
||
|
h1.name
|
||
|
button.joinRoom Join
|
||
|
button.leaveRoom Leave
|
||
|
ul.messages
|
||
|
.chatBox
|
||
|
form
|
||
|
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')
|