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

12 lines
280 B
Plaintext
Raw Normal View History

2013-09-16 19:12:00 -04:00
section.page.chat
section.conversation
header
img.avatar
h1.name
button.joinRoom Join
button.leaveRoom Leave
ul.messages
.chatBox
form
textarea(name='chatInput', type='text', placeholder='Send a message...', autocomplete='off')