So, i just listen to a music which makes my mood (or maybe it just my mood that fit to this song? lol). Then it comes to my mind that maybe i can put this music to this tiny blog.
Here is the song that i've listened to.
To embed/add music to your site, there's a lot of way to do, and here's the simple way that i use →
Put this code in your site html :
<audio controls autoplay id="music">
<source src="Your music source link should be here" type="audio/mpeg">
If its not playing, maybe your browser just doesn't support the audio element.
</audio>
<p>...</p>So, thats it~
Please enjoy
You can also read how to embed Spotify in your site HERE