Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
IrynaSwiss committed Sep 17, 2024
1 parent e200f8a commit 6ea64ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Hello world

Add the basic page markup and the text `Hello, world!` into the body.
1. Replace `<IrynaSwiss>`
- [DEMO LINK](https://IrynaSwiss/github.io/layout_hello-world) <br>
- [TEST REPORT LINK](https://IrynaSwiss/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)
Expand Down
14 changes: 14 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Document</title>
</head>
<body>
Hello, world!
</body>
</html>

0 comments on commit 6ea64ea

Please sign in to comment.