sayantanm19/js-music-player

Broken Link?

JustinDCole opened this issue · 3 comments

I worked on the same project by using your source code. When I pulled up the final html file on the browser, all the elements were positioned in the top left corner.

There's no picture, even though I saved the jpg files I wanted to use properly. Plus the two sliders don't work in unison, and you have to drag the time-slider. No music plays, which is the most important part.

Is the link for the icons wrong bc when I pulled it up, there was nothing but plain code.
I don't know what's wrong.

Screenshot (32)

Screenshot (31)

The icons are shown using FontAwesome, so as long as you have the link to its CDN included and have used the necessary tags, it should work. Please verify that the style CSS file is accessible from the HTML for the styling to be properly shown.

Also, according to the second image, you have not correctly written the tag as the syntax highlighting below that is not correct. You can clone this project and check where you might have made the mistake, as it works fine on my end.

How should I write it?

As of the error I can see, you can remove the whole meta tag, or copy it correctly from an online source. It seems you are missing some double quotes in one of the properties of the meta tag.