From 8e7c1d46237991301c3a9a52da55e4a54daa3ef0 Mon Sep 17 00:00:00 2001 From: brunetg Date: Mon, 16 Sep 2024 11:02:11 +0200 Subject: [PATCH 1/4] Initialisation du commit avec index.html et .gitignore --- gitignore | 2 ++ index.html | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 gitignore create mode 100644 index.html diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..024fe02 --- /dev/null +++ b/gitignore @@ -0,0 +1,2 @@ +*.log +*./tmp diff --git a/index.html b/index.html new file mode 100644 index 0000000..c03aa84 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + + + + Test + + + + +

+ Hello world! +

+ + From db276eaa820bb5073ebc8e30a8fa92914d91b9d6 Mon Sep 17 00:00:00 2001 From: brunetg Date: Mon, 16 Sep 2024 11:15:31 +0200 Subject: [PATCH 2/4] Ajout de la section header dans index.html --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c03aa84..8d1a226 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,13 @@ -

- Hello world! -

+
+

+ Hello world! +

+
+

+ Welcome! +

From 381f3b0d21f1fff983da9cd44cb905aedf49142c Mon Sep 17 00:00:00 2001 From: brunetg Date: Mon, 16 Sep 2024 11:24:06 +0200 Subject: [PATCH 3/4] Ajout de la section footer dans index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 8d1a226..48e2207 100644 --- a/index.html +++ b/index.html @@ -20,5 +20,10 @@

Welcome!

+

+

+ BRUNET Giovanny +

+

From 22135fd466bfeeebd542761e5db198fdd59a687f Mon Sep 17 00:00:00 2001 From: brunetg Date: Mon, 16 Sep 2024 11:36:26 +0200 Subject: [PATCH 4/4] Correction d'erreur dans la section header --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 48e2207..3ddcc07 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@

- Hello world! + Hello world! (Corrected)