yo guys,i've learned how to put an mp3 in the spacehey page
the code belongs to "Twilight Sparkle" guy,so,here it is the code
<style>
#music {
position: fixed;
bottom: 10px;
left: 10px;
width: 80px;
transition: 0.5s width;
}
#music:hover {
width: 360px;
}
</style>
<audio controls="controls" id="music" loop="loop">
<source src="https://vgmsite.com/soundtracks/sonic-unleashed/ymrsrrtt/1-02%20-%20Endless%20Possibility%20-%20Vocal%20Theme%20-.mp3" type="audio/mpeg"/>
</audio>
replace this mp3 link with the mp3 link that you want
and bam!