From 8649e6f90c4bcc69f0a1f6b757d773f830ff11fa Mon Sep 17 00:00:00 2001 From: Navith Date: Tue, 28 Jul 2026 22:12:49 +0530 Subject: [PATCH 1/3] create html file --- 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 0000000..3c4872e --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + + +

Hello world

+ + \ No newline at end of file From 224b8a91cbec8106ce9b3325de67ce9a11ebb556 Mon Sep 17 00:00:00 2001 From: Navith Date: Tue, 28 Jul 2026 22:31:24 +0530 Subject: [PATCH 2/3] add style sheet --- styles.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 styles.css diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e69de29 From 7a8d7a62e934b0cb0c5b34841c863dd16a5f4f36 Mon Sep 17 00:00:00 2001 From: Navith Date: Tue, 28 Jul 2026 22:39:43 +0530 Subject: [PATCH 3/3] changed html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c4872e..00140d8 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,6 @@ -

Hello world

+

Hello this world and other worlds

\ No newline at end of file