From 5a857c7cb36049e9d8d95e91f9d3ea4cda9a73fc Mon Sep 17 00:00:00 2001 From: Jeban Christo R Date: Thu, 1 May 2025 15:30:50 +0530 Subject: [PATCH 1/2] added a HTML --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..8c473782 --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + Hello World + + +

Hello Git users

+ From a8664f3a8a6f7d724568ed0893426cc72d5e97c9 Mon Sep 17 00:00:00 2001 From: Jeban Christo R Date: Thu, 1 May 2025 15:52:41 +0530 Subject: [PATCH 2/2] added css to html --- index.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 00000000..704473bb --- /dev/null +++ b/index.css @@ -0,0 +1,4 @@ +*{ + background-color: black; + color: white; +} \ No newline at end of file