- commit
- 37845e733c9b726870873141bf836d37a70a61ab
- parent
- f046171e27cf90024b6634849f42c1ebdea1345f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-09-05 08:01
load js as module
Diffstat
| M | index.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
@@ -37,6 +37,6 @@ 37 37 </tr> 38 38 </table> 39 3940 -1 <script src="script.js"></script>-1 40 <script src="script.js" type="module"></script> 41 41 </body> 42 42 </html>