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";
+}