From 04884c13f4bccaa4a1c3c59637a5e0948466fd97 Mon Sep 17 00:00:00 2001 From: maxokol Date: Thu, 24 Oct 2024 23:19:32 +0300 Subject: [PATCH 1/2] add task solution --- readme.md | 4 ++-- src/index.html | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fca5f5e388..a7f6d8121b 100644 --- a/readme.md +++ b/readme.md @@ -21,5 +21,5 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v ## Demo Links Replace `` with your Github username and copy the links to Pull Request description: -- [DEMO LINK](https://.github.io/layout_hello-world/) -- [TEST REPORT LINK](https://.github.io/layout_hello-world/report/html_report/) +- [DEMO LINK](https://maxokol.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://maxokol.github.io/layout_hello-world/report/html_report/) diff --git a/src/index.html b/src/index.html index e69de29bb2..afc04078bd 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,14 @@ + + + + + + Document + + + Hello World! + + From 9d5ecd206d796e5b935054d35407dbf94238408d Mon Sep 17 00:00:00 2001 From: maxokol Date: Thu, 24 Oct 2024 23:35:36 +0300 Subject: [PATCH 2/2] issues fixed --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index afc04078bd..955ab44fc5 100644 --- a/src/index.html +++ b/src/index.html @@ -9,6 +9,6 @@ Document - Hello World! + Hello, world!