From 7aa0cb3f408a127f7a187ca97fdcb6e0e03e02ca Mon Sep 17 00:00:00 2001 From: Anastasiia Tatarchenko Date: Thu, 9 Nov 2023 15:01:49 +0200 Subject: [PATCH 1/2] modify index.html --- project/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/index.html b/project/index.html index f27742f..9945458 100644 --- a/project/index.html +++ b/project/index.html @@ -3,10 +3,12 @@ - Document + My project - +
+

Hello world!

+
From ad6c8d031333efdd4dcdaaa91371d18817070b9e Mon Sep 17 00:00:00 2001 From: Anastasiia Tatarchenko Date: Fri, 10 Nov 2023 01:10:40 +0200 Subject: [PATCH 2/2] fix index HTML file location --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..9945458 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + My project + + +
+

Hello world!

+
+
+ + + \ No newline at end of file