Commit
·
31229d0
1
Parent(s):
69198a8
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -8,8 +8,9 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div id="chat-container">
|
|
|
|
| 11 |
<div id="chat-box"></div>
|
| 12 |
-
<input type="text" id="user-input" placeholder="Type your message here...">
|
| 13 |
<button id="send-button">Send</button>
|
| 14 |
</div>
|
| 15 |
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div id="chat-container">
|
| 11 |
+
<h2>CodeNinja Chat</h2>
|
| 12 |
<div id="chat-box"></div>
|
| 13 |
+
<input type="text" id="user-input" placeholder="Type your message here..." autofocus>
|
| 14 |
<button id="send-button">Send</button>
|
| 15 |
</div>
|
| 16 |
|