Most browsers won't let JavaScript to load local files for security theater reasons.
You'll either have to host it with a local web server, or embed the resources as data URLs. If you do the latter and want to open it in Firefox, you'll have to re-encode the music file, as it exceeds the Firefox's limit on data URL's length.