Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey thanks! That means a lot! It's waaay down at the bottom of the code. All you need is:

<audio autoplay="">
    <source src="kml.mp3" type="audio/mpeg">
</audio>

somewhere in your work. The .mp3 is the file you want. You can't change songs on queue or anything fancy.

Awesome! Thanks dude. Clever stuff.

I guess you just upload the mp3 with the html, right?

Exactly