diff --git a/img/hase.png b/img/hase.png new file mode 100644 index 0000000..e6f0825 Binary files /dev/null and b/img/hase.png differ diff --git a/script.js b/script.js index fe18a60..c87d736 100644 --- a/script.js +++ b/script.js @@ -33,7 +33,7 @@ function zeigeHasen() { for (let i = 0; i < anzahlPaare; i++) { const hase = document.createElement("img"); - hase.src = "hase.png"; + hase.src = "img/hase.png"; hase.alt = "Hasen-Paar"; hase.classList.add("hase");