diff options
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html index 9abdebc..98b9428 100644 --- a/client/index.html +++ b/client/index.html @@ -20,7 +20,7 @@ </article> <footer id="footer"> <div class="container"> - <form id="chatform" class="messages"> + <form id="chatform" class="message"> <textarea id="chatinput" type="text" autocomplete="off" autofocus></textarea> </form> </div> @@ -59,4 +59,4 @@ <script src="client.js"></script> </body> -</html>
\ No newline at end of file +</html> |