Fix chat example (fixes #16).

This commit is contained in:
Nathan Osman
2017-04-04 17:34:23 -07:00
parent 8e13f1644a
commit 82a5043649
6 changed files with 42 additions and 49 deletions

View File

@@ -13,10 +13,12 @@
<textarea id="input" placeholder="Type here and press enter..."></textarea>
</div>
<div class="messages">
<div class="container">
<div class="message system">
Greetings! Welcome to the QHttpEngine chat demo. Please type a message using the entry box below.
</div>
<div class="messages">
</div>
</div>
<div class="spacer"></div>