1tbfree commited on
Commit
786de80
·
verified ·
1 Parent(s): fe2061e

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] CONNECTED")
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>