21 lines
No EOL
994 B
XML
21 lines
No EOL
994 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
|
|
<channel>
|
|
<title>My RSS Feed</title>
|
|
<link>http://localhost:3000/</link>
|
|
<atom:link href="http://localhost:3000/feed.rss" rel="self" type="application/rss+xml"/>
|
|
<description></description>
|
|
<lastBuildDate>Sat, 06 Jan 2024 01:47:06 GMT</lastBuildDate>
|
|
<language>en</language>
|
|
<generator>Lume v2.0.2</generator>
|
|
<item>
|
|
<link>http://localhost:3000/</link>
|
|
<guid isPermaLink="false">http://localhost:3000/</guid>
|
|
<content:encoded>
|
|
<![CDATA[<h1>Howdy!</h1>
|
|
]]>
|
|
</content:encoded>
|
|
<pubDate>Fri, 05 Jan 2024 21:19:45 GMT</pubDate>
|
|
</item>
|
|
</channel>
|
|
</rss> |