JAYASWAROOP commited on
Commit
f417d5b
1 Parent(s): 41c88b4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -340,7 +340,7 @@
340
  <audio controls class="d-none" id="audio">
341
  <source src="Heeriye Arijit Singh 320 Kbps.mp3" type="audio/mp3" />
342
  </audio>
343
- <button class="add-to-playlist btn btn-primary">Add to Playlist</button>
344
  </div>
345
 
346
  </div>
@@ -357,7 +357,7 @@
357
  <audio controls class="d-none" id="audio">
358
  <source src="Chaleya Jawan 320 Kbps(1).mp3" type="audio/mp3" />
359
  </audio>
360
- <button class="add-to-playlist btn btn-primary">Add to Playlist</button>
361
  </div>
362
  </div>
363
 
 
340
  <audio controls class="d-none" id="audio">
341
  <source src="Heeriye Arijit Singh 320 Kbps.mp3" type="audio/mp3" />
342
  </audio>
343
+ <button class="add-to-playlist btn btn-primary d-none">Add to Playlist</button>
344
  </div>
345
 
346
  </div>
 
357
  <audio controls class="d-none" id="audio">
358
  <source src="Chaleya Jawan 320 Kbps(1).mp3" type="audio/mp3" />
359
  </audio>
360
+ <button class="add-to-playlist btn btn-primary d-none">Add to Playlist</button>
361
  </div>
362
  </div>
363