Skip to content

Commit 4093bed

Browse files
added play button. falta serlo más
1 parent 560847a commit 4093bed

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const mangoClickable = document.querySelector("#mango-clickable");
22

33
mangoClickable.addEventListener("click", (e) => {
4-
console.log(".|. || :3 || UoU && ::");
4+
const playButton = document.createElement('img');
5+
playButton.setAttribute('src', "./playbutton.png");
6+
document.body.appendChild(playButton);
57
})

playbutton.png

1.28 KB
Loading

0 commit comments

Comments
 (0)