AnshSinghSonkhia / 40Pie-Music-Player-Website

40π Music Player -- Using HTML5, CSS3 & JavaScript
https://anshsinghsonkhia.github.io/40Pie-Music-Player-Website
MIT License
21 stars 37 forks source link

Nero-Promises Song #14

Closed usr-neo closed 2 years ago

usr-neo commented 2 years ago

A great english edm song for the project

AnshSinghSonkhia commented 2 years ago

Hey @vaibhavmishra4g, You also have to update the index.html file.

For Example:

<div class="songItem">
    <img alt="11" />
        <span class="songName"></span>
           <span class="songListPlay">
              <span class="timestamp"
                 >05:34
                <i id="0" class="fa-solid songItemPlay fa-circle-play"></i
              ></span>
            </span>
          </div>

Make changes like them with proper indentation.

AnshSinghSonkhia commented 2 years ago