1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-10 11:35:02 -05:00
kaiwa/clientapp/templates/pages/chat.jade
2013-09-03 15:25:14 -07:00

10 lines
277 B
Plaintext

section.page.chat
header.contactInfo
img.avatar(width=30, height=30)
h1.name
#tzo
ul#conversation
div#chatInput
form
textarea#chatBuffer(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')