Skip to content

Commit

Permalink
Add song Love This Christmas by Rick Astley in YML directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallDoesCoding committed Apr 14, 2022
1 parent e6da6f4 commit 4dbe927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions you-may-like/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h1 class="heading"> You May Also Like</h1>
</div>
<div class="songs">
<p><a href="https://youtu.be/aAuKuyAZ7YM" target="_blank">Must Be Santa by Bryan Adams</a></p>
<p><a href="https://youtu.be/uYCUNULp868" target="_blank">Love This Christmas by Rick Astley</a></p>
<p><a href="https://youtu.be/R_vmuL0gjU0" target="_blank">Jingle Bell Rock by Bobby Helms</a></p>
<p><a href="https://youtu.be/-Xo64Q2ucQ8" target="_blank">Joy To The Word (Cover/Remix) by Pentatonix</a></p>
<p><a href="https://youtu.be/30OaM6b48k8" target="_blank">Joy To The World (Original) by Isaac Watts</a></p>
Expand Down
2 changes: 2 additions & 0 deletions you-may-like/random-song.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const randomSongBtn = document.getElementById("random-button");
const links = [
// Bryan Adams - Must Be Santa
"https://www.youtube.com/watch?v=aAuKuyAZ7YM",
// Rick Astley - Love This Christmas
"https://www.youtube.com/watch?v=uYCUNULp868",
// Bobby Helms - Jingle Bell Rock
"https://www.youtube.com/watch?v=R_vmuL0gjU0",
// Pentatonix - Joy to the World
Expand Down

0 comments on commit 4dbe927

Please sign in to comment.