1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/chat.jade
2013-10-24 23:32:20 +02:00

20 lines
529 B
Plaintext

section.page.chat
section.conversation
header
img.avatar
h1.name
.tzo
button.primary.small.call call
.activeCall
video.remote(autoplay)
video.local(autoplay, muted)
aside.button-wrap
button.end.primary End
.button-group.outlined
button.mute Mute
button.unmute Unmute
ul.messages.scroll-container
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')