Move JavaScript files into subdirectories

This commit is contained in:
Max Berger
2026-03-08 22:46:40 +01:00
parent a01e69997e
commit 0065fa811c
17 changed files with 40 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
display: none !important;
}
</style>
<script type="module" src="main.js"></script>
<script type="module" src="js/main.js"></script>
</head>
<body>
@@ -312,4 +312,4 @@
</main>
</body>
</html>
</html>