To put background music on your site, copy the code below and replace MUSIC URL with the url of your MIDI file. Paste it in your <body> tag.
| <embed src="MUSIC URL" loop="true" autostart="true" controls="smallconsole"> |
To give visitors the option of playing music, copy the code below, and replace MUSIC URL with the url of the music you want to play.
| <a href="MUSIC URL">Play Music</a> |
|
|
 |
|