Skip to content

Commit 1ba1a36

Browse files
authored
Update README.md
1 parent ed44fee commit 1ba1a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ This is the final version of the HTML page after the templates have been replace
6161

6262
<!-- include script -->
6363
<script src="https://raw.githubusercontent.com/JavaScriptPlayground/html-template-tag/main/template.js" type="module" defer></script>
64-
<link rel="stylesheet" href="style.css"> <!-- <-- This <link> tag was added from the template <head> tag -->
64+
<link rel="stylesheet" href="style.css"> <!-- This <link> tag was added from the template <head> tag -->
6565
</head>
6666
<body>
67-
<p>Hello World!</p> <!-- <-- These two <p> tags were added from the template <body> tag -->
67+
<p>Hello World!</p> <!-- These two <p> tags were added from the template <body> tag -->
6868
<p>This is amazing!</p>
6969
</body>
7070
</html>

0 commit comments

Comments
 (0)