Skip to content

Commit

Permalink
Adding of points.
Browse files Browse the repository at this point in the history
  • Loading branch information
TCROWN10 committed Mar 29, 2024
1 parent f5fd130 commit e5ce41a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="index.js" defer></script>
<script src="index.js" ></script>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@ let updateTimer;

const music_list = [
{
img : '/images/Beller.png',
img : './images/Beller.png',
name : 'Loner',
artist : ' Bella Shmurda',
music : 'music/Bella Shmurda - Loner (NetNaija.com).mp3'
},
{
img : '/images/Davido&olamide.png',
img : './images/Davido&olamide.png',
name : 'The Money',
artist : 'Davido , Olamide',
music : 'music/Davido_-_The_Money_(ft._Olamide)_(www.NETNAIJA.com).mp3'
},
{
img : '/images/Steve-crown.png',
img : './images/Steve-crown.png',
name : 'You Are Yahweh',
artist : 'Steve Crown',
music : 'music/music4.mp3'
},
{
img : '/images/Jehovah.png',
img : './images/Jehovah.png',
name : ' Jehovah ',
artist : 'Tope Alabi , Victor Ademofe',
music : 'music/music5.mp3'
},
{
img : '/images/STEVE.png',
img : './images/STEVE.png',
name : ' WE WAIT ON YOU ',
artist : 'Steve Crown',
music : 'music/music6.mp3'
},
{
img : '/images/EmmaohmyGod.png',
img : './images/EmmaohmyGod.png',
name : ' WONDERS',
artist : 'EmmaOhMaGod',
music : 'music/music2.mp3'
Expand Down

0 comments on commit e5ce41a

Please sign in to comment.