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 05aface commit 0fa7b87Copy full SHA for 0fa7b87
README.md
@@ -15,7 +15,7 @@ This is the main HTML page where we want to use the `<template>` tag. Use the `s
15
<title>HTML-template</title>
16
17
<!-- include template.js script -->
18
- <script src="./template.js" type="module" defer></script>
+ <script src="./template.js" defer></script>
19
</head>
20
<body>
21
<template src="./template.html"></template>
0 commit comments