Remove unneeded type attribute on script

This commit is contained in:
Oliver Dunk
2024-11-25 12:33:49 +00:00
parent 1297b5b5e7
commit f37c4adc70

View File

@@ -8,6 +8,6 @@
</head>
<body>
<ul></ul>
<script src="./sidepanel.js" type="module"></script>
<script src="./sidepanel.js"></script>
</body>
</html>