Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko authored Mar 2, 2023
1 parent 4680865 commit a3df7fd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Hello world

Replace `<your_account>` with your Github username and copy the links to Pull Request description:
- [DEMO LINK](https://<your_account>.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://<your_account>.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)
___

## The task
## The task

Add the basic page markup and the text `Hello, world!` into the body.

## Linter

Make sure that `<head>` and `<body>` have indentation of 2 spaces.

## Tests

Make sure that you installed all the required VSCode extensions:

- ESLint (last version)
- EditorConfig (last version)
- StyleLint (last version)
- LintHTML (last version)

0 comments on commit a3df7fd

Please sign in to comment.