1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/chat.jade

11 lines
252 B
Plaintext
Raw Normal View History

2013-08-23 19:07:37 -04:00
section.page.chat
2013-09-16 05:19:07 -04:00
section.conversation
header
img.avatar
h1.name
.tzo
ul.messages.scroll-container
2013-09-16 05:19:07 -04:00
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')