durvenson-github/whyJoinSG/index.js
2020-08-18 00:44:36 -04:00

10 lines
No EOL
250 B
JavaScript

var isPlaying = false;
var audio = document.getElementById("audio");
var img = document.getElementById("img");
audio.loop = true;
function noExist() {
window.alert("lol this doesn't exist yet")
}
function select(thing) {
img.src = thing + ".png";
}