Update index.html

This commit is contained in:
saulteafarmer 2025-04-17 13:21:15 +00:00
parent 980c31104d
commit 449a059ebb

View File

@ -45,13 +45,13 @@
<!-- Featured Show --> <!-- Featured Show -->
<section class="md:col-span-1 p-4 border rounded"> <section class="md:col-span-1 p-4 border rounded">
<h3 class="text-xl-bold mb-2">Featured Show</h3> <h3 class="text-xl-bold mb-2">Featured Show</h3>
<div id="featured-show">Loading show</div> <div id="featured-show">Loading show...</div>
</section> </section>
<!-- Bitcoin News Brief --> <!-- Bitcoin News Brief -->
<section class="md:col-span-1 p-4 border rounded"> <section class="md:col-span-1 p-4 border rounded">
<h3 class="text-xl-bold mb-2">Bitcoin News Brief</h3> <h3 class="text-xl-bold mb-2">Bitcoin News Brief</h3>
<ul id="news-briefs" class="space-y-2"> <ul id="news-briefs" class="space-y-2">
<li>Loading news</li> <li>Loading news...</li>
</ul> </ul>
</section> </section>
<!-- Bitcoin 101 + Email Signup --> <!-- Bitcoin 101 + Email Signup -->
@ -94,7 +94,7 @@
</div> </div>
<!-- Network Stats --> <!-- Network Stats -->
<section class="md:col-span-3 p-4 bg-black text-white rounded"> <section class="md:col-span-3 p-4 bg-black text-white rounded">
<div id="network-stats" class="text-lg font-mono text-center">Loading stats</div> <div id="network-stats" class="text-lg font-mono text-center">Loading stats...</div>
</section> </section>
<!-- Latest Episodes --> <!-- Latest Episodes -->
<section class="md:col-span-3 p-4 border rounded"> <section class="md:col-span-3 p-4 border rounded">
@ -198,4 +198,4 @@
.catch(e => console.error("Error loading shows:", e)); .catch(e => console.error("Error loading shows:", e));
</script> </script>
</body> </body>
</html> </html>