mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 06:58:43 +00:00
15 lines
437 B
HTML
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>
|