From 876f775d385bd8dfea15af7e278b82eb68a378a9 Mon Sep 17 00:00:00 2001 From: Nehaaa191 Date: Sat, 15 Nov 2025 19:58:33 +0530 Subject: [PATCH] THIS IS MY PR --- LCI2025007/CODE.html | 0 LCI2025007/Script.js | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 LCI2025007/CODE.html create mode 100644 LCI2025007/Script.js diff --git a/LCI2025007/CODE.html b/LCI2025007/CODE.html new file mode 100644 index 0000000..e69de29 diff --git a/LCI2025007/Script.js b/LCI2025007/Script.js new file mode 100644 index 0000000..076a946 --- /dev/null +++ b/LCI2025007/Script.js @@ -0,0 +1,4 @@ +function greet() { + let a = document.querySelector("body"); + a.style.backgroundColor="cyan"; +}