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