Skip to content

Commit

Permalink
Update ex2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul-sami authored Sep 3, 2024
1 parent dd58609 commit cd66236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exercise 2/ex2.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3 id="song-artist">Artist Name</h3>
document.getElementById('song-title').textContent = title.replace(/_/g, ' ');
document.getElementById('song-artist').textContent = artist.replace(/_/g, ' ');
document.getElementById('song-cover').src = image;
document.getElementById('song-audio').src = "https://soundcloud.com/chaseatlantic/swim-2?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing";
document.getElementById('song-audio').src = "https://pagalnew.com.se/files/download/id/2016";

document.getElementById('song-details-container').style.display = 'block';

Expand Down

0 comments on commit cd66236

Please sign in to comment.