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 ed44fee commit 1ba1a36Copy full SHA for 1ba1a36
README.md
@@ -61,10 +61,10 @@ This is the final version of the HTML page after the templates have been replace
61
62
<!-- include script -->
63
<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 -->
+ <link rel="stylesheet" href="style.css"> <!-- This <link> tag was added from the template <head> tag -->
65
</head>
66
<body>
67
- <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 -->
68
<p>This is amazing!</p>
69
</body>
70
</html>
0 commit comments