Added Signature

This commit is contained in:
Garrett Brown 2021-11-19 21:14:04 -06:00
parent 6df8045d5f
commit 30d8cba927
1 changed files with 6 additions and 0 deletions

View File

@ -48,5 +48,11 @@
document.getElementById("buttons").innerHTML = '<button type="button" id = "1" onclick="Joke()">Tell me a joke</button>\n <button type="button" id = "2" onclick="Games()">Play a game</button>\n <button type="button" id = "3" onclick="window.open(\'https://youtube.com\')">Watch a video</button>\n <button type="button" id = "4" onclick="Social()">Socialize with Friends</button>';
document.getElementById("response").innerHTML = "Ok, maybe next time!";
}
/*
______________/| G R B O N
//==============\| O T R W
\\=====================\
|>=================/
*/
</script>
</html>