diff --git a/main.js b/main.js index 5c98217..19e8889 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ function tocaSomPom () { +document.querySelector("#Som_Tecla_Pom").play(); +} - - -document.querySelector(".tecla_pom").onclick \ No newline at end of file +document.querySelector(".tecla_pom").onclick = tocaSomPom; \ No newline at end of file