We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480c203 commit 6f73ec8Copy full SHA for 6f73ec8
README.md
@@ -57,10 +57,10 @@ This is the final version of the HTML page after the templates have been replace
57
58
<!-- include script -->
59
<script src="https://raw.githubusercontent.com/JavaScriptPlayground/html-template-tag/main/template.js" type="module" defer></script>
60
- <link rel="stylesheet" href="style.css"> <!-- <-- This link tag was added from the template head tag -->
+ <link rel="stylesheet" href="style.css"> <!-- <-- This <link> tag was added from the template <head> tag -->
61
</head>
62
<body>
63
- <p>Hello World!</p> <!-- <-- These two p tags were added from the template body tag -->
+ <p>Hello World!</p> <!-- <-- These two <p> tags were added from the template <body> tag -->
64
<p>This is amazing!</p>
65
</body>
66
</html>
0 commit comments