Rename public/index3.html to public/index.html
Browse files
public/{index3.html → index.html}
RENAMED
@@ -69,7 +69,7 @@
|
|
69 |
window.scrollTo(0, document.body.scrollHeight);
|
70 |
});
|
71 |
twemoji.parse(document.body);
|
72 |
-
console.log("[CHAT]
|
73 |
</script>
|
74 |
</body>
|
75 |
</html>
|
|
|
69 |
window.scrollTo(0, document.body.scrollHeight);
|
70 |
});
|
71 |
twemoji.parse(document.body);
|
72 |
+
console.log("[CHAT] Connected to socket.io server")
|
73 |
</script>
|
74 |
</body>
|
75 |
</html>
|