diff --git a/index.html b/index.html
index 264604d..80000a1 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,8 @@
OliXMusic
{ title: 'Popular', artist: 'The Weeknd, Playboi Carti, Madonna', image: 'Popular.png', source: 'Popular.mp3' },
{ title: 'goosebumps (BRAINROT)', artist: 'Spidermaneditz', image: 'goosebumps(BRAINROT).png', source: 'goosebumps(BRAINROT).mp3' },
{ title: 'OUT WEST (feat. Young Thug)', artist: 'JACKBOYS, Travis Scott, Young Thug', image: 'OUTWEST.png', source: 'OUTWEST.mp3' },
- { title: 'FE!N', artist: 'Travis Scott, Playboi Carti', image: 'FE!N.png', source: 'FE!N.mp3' },// Add more songs as needed
+ { title: 'FE!N', artist: 'Travis Scott, Playboi Carti', image: 'FE!N.png', source: 'FE!N.mp3' },
+ { title: 'CARNIVAL', artist: '¥$, Ye, Ty Dolla $ign ft. Playboi Carti & Rich The Kid', image: 'CARNIVAL.png', source: 'CARNIVAL.mp3' },// Add more songs as needed
];
const songList = document.getElementById('songList');