Spaces:
Running
Running
Update templates/chat.html
Browse files- templates/chat.html +1 -1
templates/chat.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<input id="msg" autocomplete="off"><button id="send">Send</button>
|
8 |
<button id="leave">Leave</button>
|
9 |
|
10 |
-
<script src="
|
11 |
<script src="/static/chat.js"></script>
|
12 |
</body>
|
13 |
</html>
|
|
|
7 |
<input id="msg" autocomplete="off"><button id="send">Send</button>
|
8 |
<button id="leave">Leave</button>
|
9 |
|
10 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.8.1/socket.io.js"></script>
|
11 |
<script src="/static/chat.js"></script>
|
12 |
</body>
|
13 |
</html>
|