Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
@@ -76,6 +76,9 @@
|
|
76 |
<section class="py-12 bg-gray-50">
|
77 |
<div class="container mx-auto px-4">
|
78 |
<h2 class="text-3xl font-bold text-center mb-6 text-gray-800">Recommended For You</h2>
|
|
|
|
|
|
|
79 |
<div class="max-w-4xl mx-auto mb-8 bg-white p-4 rounded-lg shadow">
|
80 |
<div class="flex items-center mb-2"><i class="fas fa-rss-square text-orange-500 mr-2"></i><h3 class="font-semibold">Personalized RSS Feed</h3></div>
|
81 |
<div id="rss-feed" class="mt-4 space-y-3"></div>
|
|
|
76 |
<section class="py-12 bg-gray-50">
|
77 |
<div class="container mx-auto px-4">
|
78 |
<h2 class="text-3xl font-bold text-center mb-6 text-gray-800">Recommended For You</h2>
|
79 |
+
<div class="text-center text-xs text-gray-500 mb-8 max-w-2xl mx-auto">
|
80 |
+
<p>These listings are curated by the StreamAI platform and submitted by fans. StreamAI does not host and is not responsible for the content of external sites.</p>
|
81 |
+
</div>
|
82 |
<div class="max-w-4xl mx-auto mb-8 bg-white p-4 rounded-lg shadow">
|
83 |
<div class="flex items-center mb-2"><i class="fas fa-rss-square text-orange-500 mr-2"></i><h3 class="font-semibold">Personalized RSS Feed</h3></div>
|
84 |
<div id="rss-feed" class="mt-4 space-y-3"></div>
|