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.
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
6 years ago
|
div(id='container-chat')
|
||
|
style(id='js-style')
|
||
|
div(id='chat-content')
|
||
|
input(
|
||
|
id='chat-input'
|
||
|
type='text'
|
||
|
placeholder='send message'
|
||
|
onkeypress='submitOnEnter(event, () => statusWrap(sendChatMessage))'
|
||
|
maxlength="250"
|
||
|
autocomplete='off')
|