Skip to content

Commit

Permalink
+README little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Iuriiiii committed Oct 17, 2022
1 parent 47f5e6e commit b0d1799
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ The structure pattern is similar to HTML, you will get tags, content, params and
<head>
<title>The page title</title>
</head>
<body>
<hr/>
<div class="container">
<h1>My first title</h1>
<p>
Lorem ipsum dolor sit<br>
amet, consectetur
<p>
</div>
</body>
</html>
<body>
<hr/>
<div class="container">
<h1>My first title</h1>
<p>
Lorem ipsum dolor sit<br>
amet, consectetur
<p>
</div>
</body>
```

</td>
Expand Down

0 comments on commit b0d1799

Please sign in to comment.