mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 23:18:43 +00:00
added blog
This commit is contained in:
14
views/blog.html
Normal file
14
views/blog.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- 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: 800px">
|
||||
<iframe
|
||||
id="blog-iframe"
|
||||
src="https://beta.bitvid.network/blog.html"
|
||||
class="w-full h-full border-none"
|
||||
></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user