added a new subpage
yay
This commit is contained in:
parent
80b5af08d4
commit
c89cd1810d
4 changed files with 512 additions and 0 deletions
10
letternations4/index.js
Normal file
10
letternations4/index.js
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue