Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +10 -0
templates/index.html
CHANGED
@@ -4,6 +4,16 @@
|
|
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 |
body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
|
9 |
h1 { text-align: center; color: #2c3e50; }
|
|
|
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://yourdomain.com/path-to-image.jpg"> <!-- Replace with a relevant image URL -->
|
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="360">
|
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 |
body { font-family: Arial, sans-serif; margin: 20px; background-color: #f5f5f5; color: #333; }
|
19 |
h1 { text-align: center; color: #2c3e50; }
|