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> <script>
window.LESSON = 0; window.LESSON = 0;
</script> </script>
<script type="module" src=".lessons.js"></script> <script type="module" src="lessons.js"></script>
</body> </body>
</html> </html>

View file

@ -228,6 +228,6 @@ namespace cats {
<script> <script>
window.LESSON = 1; window.LESSON = 1;
</script> </script>
<script type="module" src=".lessons.js"></script> <script type="module" src="lessons.js"></script>
</body> </body>
</html> </html>