Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruna096 authored Sep 20, 2023
1 parent bbb6e4f commit d16042a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ function tocaSomTim () {
}

document.querySelector(".tecla_Tim").onclick = tocaSomTim;

//Tecla puff
function tocaSomPuff () {
document.querySelector("#Som_Tecla_Puff").play();
}

document.querySelector(".tecla_Puff").onclick = tocaSomPuff;

0 comments on commit d16042a

Please sign in to comment.