Added github link in footer

This commit is contained in:
Jeff Hobbs
2012-06-25 08:05:39 -04:00
parent 51e6e31c4e
commit db20dfc283
4 changed files with 9 additions and 4 deletions

View File

@@ -5,9 +5,7 @@ $(document).ready(function() {
$('#header').append(headerText);
var d = new Date();
var n = d.getFullYear()
$('#footer').append("© "+n+" "+footerText);
$('#footer').append(footerText);
var clickSnd = new Audio("audio/click.mp3");
var winSnd = new Audio("audio/win.mp3");