1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-22 05:51:51 -05:00

19 lines
466 B
Plaintext
Raw Normal View History

2013-08-23 16:07:37 -07:00
section.page.chat
2013-09-16 02:19:07 -07:00
section.conversation
header
img.avatar
h1.name
.tzo
button.call call
2013-10-15 20:06:18 -07:00
.activeCall
video.remote(autoplay)
video.local(autoplay, muted)
2013-10-15 20:06:18 -07:00
aside.buttons
button.end End
button.mute Mute
button.unmute Unmute
ul.messages.scroll-container
2013-09-16 02:19:07 -07:00
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')