/startpage

My startpage. I didn't write most of the code (code credits where applicable)

Primary LanguageHTML

Ok this is my startpage. To use this simply git clone and create a file secrets.js. It should have this inside it.

var secrets = {
  username : "LASTFM_USERNAME",
  key : "LASTFM_API_KEY"
}

Or simply remove the code involving last.fm but thats hard and who knows.

To personalize your name in it, just find the name variable in index.html's script tag.

Here are the places I stole code from xD.