Browse Source

Update 'index.html'

master
bnjmn 2 months ago
parent
commit
48bbc6cee7
  1. 4
      index.html

4
index.html

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

Loading…
Cancel
Save