fix: add closing script tag

This commit is contained in:
Stevan Freeborn
2026-06-29 11:45:06 -05:00
parent a0d50a7e00
commit 79668727fd
+1 -1
View File
@@ -26,7 +26,7 @@
<footer>
<p>Hope you enjoy the stream!</p>
</footer>
<script type="module" src="index.js" />
<script type="module" src="index.js"></script>
</body>
</html>