Skip to content

Commit

Permalink
Merge pull request #1 from momos1703/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
momos1703 authored Jul 1, 2023
2 parents 3532c39 + 97ba6a6 commit 5fe25d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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/)
- [DEMO LINK](https://momos1703.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://momos1703.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
11 changes: 11 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!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 5fe25d7

Please sign in to comment.