hase img lagen
This commit is contained in:
BIN
img/hase.png
Normal file
BIN
img/hase.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
@@ -33,7 +33,7 @@ function zeigeHasen() {
|
|||||||
|
|
||||||
for (let i = 0; i < anzahlPaare; i++) {
|
for (let i = 0; i < anzahlPaare; i++) {
|
||||||
const hase = document.createElement("img");
|
const hase = document.createElement("img");
|
||||||
hase.src = "hase.png";
|
hase.src = "img/hase.png";
|
||||||
hase.alt = "Hasen-Paar";
|
hase.alt = "Hasen-Paar";
|
||||||
hase.classList.add("hase");
|
hase.classList.add("hase");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user