From de78495ac1793049a570d59feabc86158a9a337c Mon Sep 17 00:00:00 2001 From: louisa Date: Wed, 14 Jun 2023 18:34:52 +0200 Subject: [PATCH] hihi --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index aed183a..d5fc643 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ // Change the background color to red document.body.style.backgroundColor = 'red'; } - if (node === 'node4' && value === '20') { + if (node === 'node4' && value === '21') { // Change the background color to red document.body.style.backgroundColor = 'blue'; }