Re-orga Chat Box

This commit is contained in:
NigeParis 2025-11-27 21:03:25 +01:00 committed by apetitco
parent c41b32184b
commit 09ff8eb5a1
3 changed files with 80 additions and 37 deletions

View file

@ -14,7 +14,7 @@ const color = {
};
// get the name of the machine useed to connect
// get the name of the machine used to connect
const machineHostName = window.location.hostname;
console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);