From 4dbe92791d7ec008b7c522220f89cf0090490bd2 Mon Sep 17 00:00:00 2001 From: KendallDoesCoding Date: Thu, 14 Apr 2022 16:08:35 +0530 Subject: [PATCH] Add song Love This Christmas by Rick Astley in YML directory. --- you-may-like/index.html | 1 + you-may-like/random-song.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/you-may-like/index.html b/you-may-like/index.html index c17b9b91..017a6224 100644 --- a/you-may-like/index.html +++ b/you-may-like/index.html @@ -33,6 +33,7 @@

You May Also Like

Must Be Santa by Bryan Adams

+

Love This Christmas by Rick Astley

Jingle Bell Rock by Bobby Helms

Joy To The Word (Cover/Remix) by Pentatonix

Joy To The World (Original) by Isaac Watts

diff --git a/you-may-like/random-song.js b/you-may-like/random-song.js index 2ee4f513..50800ca4 100644 --- a/you-may-like/random-song.js +++ b/you-may-like/random-song.js @@ -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