This commit is contained in:
constantin
2024-09-05 19:59:53 +02:00
parent 1a75dafb5a
commit 7889b5d047
2 changed files with 3 additions and 5 deletions

2
assets/js/app.js Normal file
View File

@ -0,0 +1,2 @@
const audioElement = document.querySelector('#audio');
document.body.addEventListener("mousemove", () => {audioElement.play()});