Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -8,14 +8,14 @@
|
|
8 |
<meta name="twitter:site" content="@YourTwitterHandle"> <!-- Replace with your Twitter handle -->
|
9 |
<meta name="twitter:title" content="News Feed Hub - Live RSS Stream">
|
10 |
<meta name="twitter:description" content="Watch the live RSS news feed streaming from our platform.">
|
11 |
-
<meta name="twitter:image" content="
|
12 |
<meta name="twitter:player" content="https://broadfield-dev-rss-news.hf.space">
|
13 |
<meta name="twitter:player:width" content="480">
|
14 |
<meta name="twitter:player:height" content="600">
|
15 |
<meta name="twitter:player:stream" content="https://broadfield-dev-rss-news.hf.space">
|
16 |
<meta name="twitter:player:stream:content_type" content="application/x-mpegURL">
|
17 |
<style>
|
18 |
-
|
19 |
body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
|
20 |
h1 { text-align: center; color: #2c3e50; }
|
21 |
.search-container { text-align: center; margin: 20px 0; }
|
|
|
8 |
<meta name="twitter:site" content="@YourTwitterHandle"> <!-- Replace with your Twitter handle -->
|
9 |
<meta name="twitter:title" content="News Feed Hub - Live RSS Stream">
|
10 |
<meta name="twitter:description" content="Watch the live RSS news feed streaming from our platform.">
|
11 |
+
<meta name="twitter:image" content="https://huggingface.co/spaces/broadfield-dev/RSS_News/resolve/main/static/card_image.jpg"> <!-- Use Flask's url_for for static files -->
|
12 |
<meta name="twitter:player" content="https://broadfield-dev-rss-news.hf.space">
|
13 |
<meta name="twitter:player:width" content="480">
|
14 |
<meta name="twitter:player:height" content="600">
|
15 |
<meta name="twitter:player:stream" content="https://broadfield-dev-rss-news.hf.space">
|
16 |
<meta name="twitter:player:stream:content_type" content="application/x-mpegURL">
|
17 |
<style>
|
18 |
+
iframe { height:10000px !important; overflow-y: auto !important; }
|
19 |
body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
|
20 |
h1 { text-align: center; color: #2c3e50; }
|
21 |
.search-container { text-align: center; margin: 20px 0; }
|