kaiwa/clientapp/templates/pages/chat.jade

12 lines
275 B
Plaintext

section.page.chat
section.conversation
header
img.avatar
h1.name
.tzo
button.call call
ul.messages.scroll-container
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')