Channel List

    `; }); // Insert the dynamically built HTML. container.innerHTML = html; // Ensure the JSON container is visible and hide fallback. container.style.display = 'grid'; fallbackContent.style.display = 'none'; }) .catch(error => { console.error('Error fetching JSON:', error); // On error, hide the JSON container and show the fallback content. container.style.display = 'none'; fallbackContent.style.display = 'block'; }); });