Files
bitvid/views/blog.html
Keep Creating Online b0afa27486 update
2025-02-07 10:30:33 -05:00

15 lines
437 B
HTML

<!-- views/blog.html -->
<section class="mb-8">
<div class="bg-white p-6 rounded-lg shadow-md text-gray-900">
<h2 class="text-2xl font-bold mb-4 text-gray-700">Latest Blog Posts</h2>
<div class="relative overflow-hidden" style="height: 1600px">
<iframe
id="blog-iframe"
src="https://beta.bitvid.network/blog.html"
class="w-full h-full border-none"
></iframe>
</div>
</div>
</section>