mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-13 21:15:04 -05:00
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
section.page.chat
|
|
section.group.conversation
|
|
header.online
|
|
h1
|
|
span.name
|
|
span.status
|
|
.controls
|
|
button.primary.small.joinRoom Join
|
|
button.secondary.small.leaveRoom Leave
|
|
ul.messages
|
|
ul.groupRoster
|
|
.chatBox
|
|
form
|
|
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')
|