That's a very basic music player built using simple HTML5 and CSS3.
Caution: Only tested on latest Google Chrome (Version 33)
#mplayer-container has the button and player inside.
#mplayer-songname contains the Song Name
#mplayer-artist contains the Artist
#mplayer-cover contains a img tag with the src of the cover image of the song
#m-progress is the progress of the song (use css to change the progress. Uses percentage (%)). Eg: 45%
#m-nav-play is hidden by default. To activate remove the "display:none" attribute
#m-nav-pause is shown by default.
Thanks a bunch to Font Awesome for their awesome icons and Animate.css for the animations.