Can't add mp3 file, how to I make an audio player ?
Hi everyone ! I'm very new to neocities, and i'm trying to create an audio player for a song. I managed to do it in VS studio, using a file i put in my folder :
<audio controls>
<source src="/nirvana.mp3" type="audio/mpeg">
</audio>
The problem i'm having is that i'm not a supporter on neocities, so i can't add the mp3 file to my folder. Is there a solution ? Ideally something simple that only uses html/css, as i'm new to coding. Also, i've already built a cute layout around the music player, so if it could be something that lets me keep the same music player that i had on vs code, it would be awesome.
Thank you!!