From 3df8df6b19cbac0937148ec2146dfe63b148057c Mon Sep 17 00:00:00 2001 From: Misha Grinko Date: Wed, 29 Nov 2023 12:56:29 +0200 Subject: [PATCH 1/2] add solution --- src/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/index.html b/src/index.html index e69de29bb2..8c83d3bc19 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + Hello, world! + + From f67ccbbb161023d4951f135f454b0e3201ccad33 Mon Sep 17 00:00:00 2001 From: Misha Grinko Date: Wed, 29 Nov 2023 12:57:35 +0200 Subject: [PATCH 2/2] add links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 25e0dc6f79..7807aaabc5 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ # Hello world 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://mate-academy.github.io/layout_hello-world/) +- [TEST REPORT LINK](https://mate-academy.github.io/layout_hello-world/report/html_report/) > Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/#how-to-solve-the-layout-tasks-on-github) ___