diff --git a/covers/11.jpg b/covers/11.jpg new file mode 100644 index 0000000..1d51a58 Binary files /dev/null and b/covers/11.jpg differ diff --git a/index.html b/index.html index 015ea84..a1a766d 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,13 @@

Best of NCS - No Copyright Sounds

Let me Love You 05:34 +
+ 1 + See you again + 05:34 +
+ +
diff --git a/script.js b/script.js index 61a0884..e3ed369 100644 --- a/script.js +++ b/script.js @@ -20,6 +20,12 @@ let songs = [ {songName: "Bhula Dena - Salam-e-Ishq", filePath: "songs/2.mp3", coverPath: "covers/8.jpg"}, {songName: "Tumhari Kasam - Salam-e-Ishq", filePath: "songs/2.mp3", coverPath: "covers/9.jpg"}, {songName: "Na Jaana - Salam-e-Ishq", filePath: "songs/4.mp3", coverPath: "covers/10.jpg"}, + {songName: "See You Again", filePath: "songs/11.mp3", coverPath: "covers/11.jpg"}, + + + + + ] songItems.forEach((element, i)=>{ diff --git a/songs/11.mp3 b/songs/11.mp3 new file mode 100644 index 0000000..b5bce5d Binary files /dev/null and b/songs/11.mp3 differ