forked from mate-academy/layout_hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |