Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +0 -10
templates/index.html
CHANGED
@@ -4,16 +4,6 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>News Feed Hub</title>
|
7 |
-
<meta name="twitter:card" content="player">
|
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; }
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>News Feed Hub</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
<style>
|
8 |
iframe { height:10000px !important; overflow-y: auto !important; }
|
9 |
body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
|