From 938ba82b7196f08de6ff4f5b6af2d683ad1482a2 Mon Sep 17 00:00:00 2001 From: Mohammed Abdullah Date: Thu, 31 Oct 2024 00:18:36 +0530 Subject: [PATCH] Update index.js --- index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.js b/index.js index e60f068..facfceb 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,12 @@ function showDiv(divId) { const row = document.createElement('tr'); row.innerHTML = ` ${item.id} + + + + ${item.channelName} + + ${item.title}
@@ -45,12 +51,6 @@ row.innerHTML = ` ${item.description} Visit - - - - ${item.channelName} - - `; // Append the row to the table body