aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 8da157a..3836cf8 100644
--- a/index.php
+++ b/index.php
@@ -57,10 +57,10 @@
<div class="MainInTab">
<div class="ChatWindow">
<div id="ChatMessages" class="ChatMessages">
-
+ <!-- Messages -->
</div>
- <input title="ChatTextInput" id="ChatTextInput" class="ChatInput" type="text"/>
- <input title="SubscribeTextInput" id="SubscribeTextInput" class="ChatInput" type="text"/>
+ <input title="Type your message..." id="ChatTextInput" class="ChatInput" type="text"/>
+ <input title="Join a group..." id="SubscribeTextInput" class="ChatInput" type="text"/>
</div>
</div>
</div>