From 59c39d7304fafef15c4d8ad3417894b1b4ddc421 Mon Sep 17 00:00:00 2001 From: louisa Date: Sun, 4 Jun 2023 15:42:17 +0200 Subject: [PATCH] test --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index ffa2e8e..2a0dc06 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ // Split the data into separate parts const [node, value] = data.split(' '); - if (node === 'node4' && value === '21') { + if (node === 'node3' && value === '15') { // Change the background color to red document.body.style.backgroundColor = 'red'; } else {