Geocities was before its time.

This commit is contained in:
Blake Grotewold
2015-03-31 16:38:29 -04:00
parent 16f2e1f118
commit 6932fd17be
8 changed files with 331 additions and 1 deletions
+5
View File
@@ -67,6 +67,11 @@ var Space = {
});
Space.startAscent();
Space._shipTimer = setInterval(Space.moveShip, 33);
// APRIL FOOLS!
if(document.location.href.search(/[\?\&]april=1/) != -1){
$('body').append($('<iframe>').attr('src','https://www.youtube.com/embed/ZZ5LpwO-An4?autoplay=1').attr('frameborder',0))
}
},
setTitle: function() {