hase img lagen

This commit is contained in:
Omar taky
2025-12-03 10:20:52 +01:00
parent 9427852793
commit 81cd5f3fdf
2 changed files with 1 additions and 1 deletions

BIN
img/hase.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -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");