From 7040c1bca7903ef404a4c75813de887d4311ce8f Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Fri, 6 Dec 2024 11:47:25 +0530 Subject: [PATCH 1/6] Revert "new file index.html added" This reverts commit bbf33ea622a0ee7406d4b5ce2a29a269539d9a31. --- index.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index a527817..0000000 --- a/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Document - - -

this is first team1 file

- - \ No newline at end of file From 3078b5bc353913b5fcf781de3ae850c93bdfb0eb Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Fri, 6 Dec 2024 11:51:21 +0530 Subject: [PATCH 2/6] main changed --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 625b45c..5f54344 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,2 @@ line1 -team1 branch \ No newline at end of file +main branch \ No newline at end of file From 427aa9189cc5fff190e55d2f3037352de482b5e5 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Fri, 6 Dec 2024 11:53:42 +0530 Subject: [PATCH 3/6] Revert "Revert "new file index.html added"" This reverts commit 7040c1bca7903ef404a4c75813de887d4311ce8f. --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..a527817 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

this is first team1 file

+ + \ No newline at end of file From d998a56fafa5a2346c0c639af0ef98e44418b0f2 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Fri, 6 Dec 2024 12:11:00 +0530 Subject: [PATCH 4/6] added new line --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a527817..2b96e59 100644 --- a/index.html +++ b/index.html @@ -7,5 +7,6 @@

this is first team1 file

+

this is second line from main

\ No newline at end of file From a978ca90cdd168dd92e6f0bf9483bc0c26386731 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Fri, 6 Dec 2024 12:18:47 +0530 Subject: [PATCH 5/6] added style.css --- index.html | 1 + style.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 2b96e59..0cb2863 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Document +

this is first team1 file

diff --git a/style.css b/style.css new file mode 100644 index 0000000..9e280a2 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +p{ + background-color: aqua; +} \ No newline at end of file From d4588e3589d11bf6eb4e33c9509734ad6aa96865 Mon Sep 17 00:00:00 2001 From: Avan2021 Date: Fri, 6 Dec 2024 12:39:06 +0530 Subject: [PATCH 6/6] first change --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0cb2863..aeb81f4 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

this is first team1 file

this is second line from main

+

I don't want to solve it

\ No newline at end of file