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