Skip to content

Commit

Permalink
solution
Browse files Browse the repository at this point in the history
  • Loading branch information
dennispaixao committed Dec 28, 2024
1 parent c711a70 commit fba3a17
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 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://dennispaixao.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://dennispaixao.github.io/layout_hello-world/report/html_report/)
23 changes: 13 additions & 10 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<!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>
<h1 class="title">Hello world!<h1>


<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>
1 change: 0 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* styles go here */

0 comments on commit fba3a17

Please sign in to comment.