js/script.js überall eingebunden

This commit is contained in:
Lena 2026-06-02 12:07:16 +02:00
parent 16af5bd04c
commit 80da3247a1
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
<body>
<script src="script.js"></script>
<script src="js/script.js"></script>
<header>
<nav>

View file

@ -64,7 +64,7 @@
<p>&copy; 2026 - Lernprojekt EIS</p>
</footer>
<div class="chip-rain"></div>
<script src="script.js"></script>
<script src="js/script.js"></script>
</body>
</html>

View file

@ -42,7 +42,7 @@
</footer>
<!-- JavaScript (korrekt eingebunden) -->
<script src="script.js"></script>
<script src="js/script.js"></script>
</body>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="css/style.css"><meta charset="UTF-8"><title>isa8 EIS SoSe 25</title></head>
<script src="script.js"></script>
<script src="js/script.js"></script>
<body>
<header>
<nav>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="css/style.css"><meta charset="UTF-8"><title>isa8 EIS SoSe 25</title></head>
<script src="script.js"></script>
<script src="js/script.js"></script>
<body>
<header>
<nav>