Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
@@ -18,9 +18,8 @@
|
|
18 |
<img src="shodanface.png" alt="SHODAN Avatar" class="avatar" />
|
19 |
</div>
|
20 |
|
21 |
-
<div id="chatbox" class="chatbox">
|
22 |
-
|
23 |
-
</div>
|
24 |
|
25 |
<form id="chat-form">
|
26 |
<input type="text" placeholder="Type your message to SHODAN..." autocomplete="off" required>
|
|
|
18 |
<img src="shodanface.png" alt="SHODAN Avatar" class="avatar" />
|
19 |
</div>
|
20 |
|
21 |
+
<div id="chatbox" class="chatbox"></div>
|
22 |
+
|
|
|
23 |
|
24 |
<form id="chat-form">
|
25 |
<input type="text" placeholder="Type your message to SHODAN..." autocomplete="off" required>
|