Skip to content

Commit 4d46cf7

Browse files
authored
Update README.md
1 parent 4f03f54 commit 4d46cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This is the HTML template. Everything inside the `<head>` tag will later be repl
1717
</head>
1818
<body>
1919
<p>Hello World!</p>
20+
<p>This is amazing!</p>
2021
</body>
2122
</html>
2223
```
@@ -60,6 +61,7 @@ This is the final version of the HTML page after the templates have been replace
6061
</head>
6162
<body>
6263
<p>Hello World!</p>
64+
<p>This is amazing!</p>
6365
</body>
6466
</html>
6567
```

0 commit comments

Comments
 (0)