Skip to content

Commit

Permalink
add Hello, world! and basic layout to index.html and update readme de…
Browse files Browse the repository at this point in the history
…mo and test link
  • Loading branch information
Denys Synenko committed Jul 1, 2024
1 parent 8bc01fa commit 0b10d7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v
## Demo Links

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/)
- [DEMO LINK](https://DenysSynenko.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://DenysSynenko.github.io/layout_hello-world/report/html_report/)
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 0b10d7d

Please sign in to comment.