mirror of https://github.com/Trivernis/whooshy.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
6 years ago
|
div(id='container-chat')
|
||
|
//h1(id='chat-header') Chat
|
||
|
div(id='chat-content')
|
||
|
input(id='chat-input' type='text', placeholder='send message', onkeypress='submitOnEnter(event, sendChatMessage)' maxlength="250")
|