added a new subpage

yay
This commit is contained in:
Durvenson 2020-07-31 23:40:18 -04:00
parent 80b5af08d4
commit c89cd1810d
4 changed files with 512 additions and 0 deletions

10
letternations4/index.js Normal file
View file

@ -0,0 +1,10 @@
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";
}