fix: add closing script tag
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>Hope you enjoy the stream!</p>
|
<p>Hope you enjoy the stream!</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script type="module" src="index.js" />
|
<script type="module" src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user