This commit is contained in:
nora 2025-02-13 23:06:11 +01:00
parent 63f06c5d13
commit eef390138b
2 changed files with 2 additions and 2 deletions

View file

@ -119,6 +119,6 @@ extern "C" {
<script>
window.LESSON = 0;
</script>
<script type="module" src=".lessons.js"></script>
<script type="module" src="lessons.js"></script>
</body>
</html>