Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dennispaixao authored Dec 28, 2024
2 parents fba3a17 + f67ccbb commit 9a215f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Hello world


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

> Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/#how-to-solve-the-layout-tasks-on-github)
Expand Down
10 changes: 4 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!doctype html>

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Expand Down

0 comments on commit 9a215f4

Please sign in to comment.