From 9d88fefd85210d8f33d73760720693d0fd1dbee9 Mon Sep 17 00:00:00 2001 From: tiblazy Date: Sat, 25 Jan 2025 07:37:57 -0300 Subject: [PATCH 1/2] add solution --- src/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/index.html b/src/index.html index e69de29bb2..955ab44fc5 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,14 @@ + + + + + + Document + + + Hello, world! + + From e492bcf2265fdbfde4a26f023a50847abb47c756 Mon Sep 17 00:00:00 2001 From: tiblazy Date: Sat, 25 Jan 2025 07:47:12 -0300 Subject: [PATCH 2/2] add readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fca5f5e388..76ea106be9 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://tiblazy.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://tiblazy.github.io/layout_hello-world/report/html_report/)