diff --git a/public/index.html b/public/index.html index b044b48..c42424e 100644 --- a/public/index.html +++ b/public/index.html @@ -18,6 +18,8 @@ // Split the data into separate parts const [node, value] = data.split(' '); + + document.getElementById('log-text').textContent = 'user ${value} entered zone ${node}'; if (node === 'node3' && value === '15') { // Change the background color to red @@ -75,7 +77,7 @@
-

user 15 entered zone 4

+