From 978fdbe5f6f3ead0038111799a03741ce322de6e Mon Sep 17 00:00:00 2001 From: Pratik Kumar Singh Date: Tue, 5 Mar 2024 01:26:58 +0530 Subject: [PATCH] Add files via upload --- style.css | 8 ++++++++ test.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 style.css create mode 100644 test.js diff --git a/style.css b/style.css new file mode 100644 index 0000000..3df54fd --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body +{ + background-color: rgb(196, 196, 196); +} +h2 +{ + color: rgb(1, 0, 0); +} \ No newline at end of file diff --git a/test.js b/test.js new file mode 100644 index 0000000..0b64b00 --- /dev/null +++ b/test.js @@ -0,0 +1 @@ +console.log("Pratik"); //thus from a static folder we have included the javscript file. \ No newline at end of file