-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pinepods News RSS Feed</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 2rem;
background-color: #f9f9f9;
color: #333;
}
h1 {
color: #336699;
}
p {
line-height: 1.6;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Welcome to the Pinepods News RSS Feed</h1>
<p>This RSS feed provides the latest news, updates, and release information about the Pinepods app.</p>
<p>To access the news feed directly, subscribe to the RSS feed URL:
<a href="/feed.xml">https://pinepods-news.vercel.app/feed.xml</a>.
</p>
<p>If you're not familiar with RSS feeds, you can use any podcast app or RSS reader to subscribe to this feed and receive the latest updates directly.</p>
<p>Feel free to explore the <a href="https://pinepods.online">Pinepods</a> website for more details.</p>
<p>You can also check out the <a href="https://github.com/madeofpendletonwool/pinepods">github repository</a> for this project:
</body>
</html>