From 565a8e48ab51acdcb651b3eb60ca0b3765a51254 Mon Sep 17 00:00:00 2001 From: KendallDoesCoding Date: Sat, 17 Sep 2022 20:10:12 +0530 Subject: [PATCH] . --- you-may-like/index.js | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/you-may-like/index.js b/you-may-like/index.js index 8af95bb6..f6ad74d2 100644 --- a/you-may-like/index.js +++ b/you-may-like/index.js @@ -20,45 +20,6 @@ const list_items = [ link: "https://www.youtube.com/watch?v=30OaM6b48k8", }, -<<<<<<< HEAD -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 - "https://www.youtube.com/watch?v=-Xo64Q2ucQ8", - // Joy To The World | Original - "https://www.youtube.com/watch?v=30OaM6b48k8", - // We Wish You A Merry Christmas | Original - "https://www.youtube.com/watch?v=g-OF7KGyDis", - // Sam Smith - Have Yourself A Merry Little Christmas - "https://www.youtube.com/watch?v=rnEqv8WcVq8", - // The Ronettes - Sleigh Ride - "https://www.youtube.com/watch?v=JVer2lCjARU", - // The Ronettes - Frosty The Snowman - "https://www.youtube.com/watch?v=PQ-ULzAAb20", - // Pentatonix - Frosty The Snowman ft: Alessia Cara - "https://www.youtube.com/watch?v=18qE6_-2dQs", - // Michael Bublé - Frosty The Snowman (ft. The Puppini Sisters) - "https://www.youtube.com/watch?v=jIyVB1b2aBs", - // Pentatonix - Mary, Did You Know? - "https://www.youtube.com/watch?v=ifCWN5pJGIE", - // RoomieOfficial - Santa Claus is Coming To Town - "https://www.youtube.com/embed/gjjb5Guc8As?start=5&end=28&autoplay=1", - // RoomieOfficial - White Christmas - "https://www.youtube.com/embed/gjjb5Guc8As?start=28&end=48&autoplay=1", - // RoomieOfficial - Last Christmas - "https://www.youtube.com/embed/gjjb5Guc8As?start=49&end=67&autoplay=1", - // RoomieOfficial - All I Want For Christmas - "https://www.youtube.com/embed/gjjb5Guc8As?start=67&end=81&autoplay=1", - // RoomieOfficial - Feliz Navidad - "https://www.youtube.com/embed/gjjb5Guc8As?start=81&end=106&autoplay=1", - // Chris Tomlin - It's Christmas - "https://www.youtube.com/watch?v=10YJjdzZSPo" -======= { title: "We Wish You a Merry Christmas by Arthur Warrell", link: "https://www.youtube.com/watch?v=g-OF7KGyDis", @@ -126,7 +87,6 @@ const links = [ title: "One Guy, 5 Christmas Songs (Video by RoomieOfficial)", link: "https://www.youtube.com/watch?v=gjjb5Guc8As", }, ->>>>>>> 0ee196ba6d8594842784d37f198071665c2144e6 ]; const list_element = document.getElementById("list");