21 lines
612 B
XML
21 lines
612 B
XML
<?xml version="1.0"
|
|
encoding="UTF-8" ?>
|
|
<rss version="2.0">
|
|
|
|
<channel>
|
|
<title>Void's Blog Posts</title>
|
|
<description>Welcome to the RSS feed for Void's Blog we appreciate your interest</description>
|
|
<!--Feed-->
|
|
<item>
|
|
<title>My Link Page is Done!</title>
|
|
<link>https://voidwillow.neocities.org/pages/links</link>
|
|
<description>I've finished making my Link Page</description>
|
|
</item>
|
|
<item>
|
|
<title>My RSS FEED file</title>
|
|
<link>https://void.willow.fyi/xml/voidblog.xml</link>
|
|
<description>The rss feed file this is very self referential</description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|