Update 'index.html'

This commit is contained in:
bnjmn 2024-03-07 08:36:08 +01:00
parent 5c5b1ebe0c
commit 48bbc6cee7

View File

@ -196,7 +196,7 @@
} }
else { else {
audio.pause(); audio.pause();
butn.innerText = "Play"; butn.innerText = "Play from Rotterdam";
} }
} }
@ -207,7 +207,7 @@
} }
else { else {
audio2.pause(); audio2.pause();
butn2.innerText = "Play"; butn2.innerText = "Play from Utrecht";
} }
} }
</script> </script>