20 lines
631 B
XML
20 lines
631 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>Pagwin's Blog</title>
|
|
<link>https://pagwin.xyz/</link>
|
|
<description>All of pagwin's blog posts</description>
|
|
<generator>PSB</generator>
|
|
<language>en-us</language>
|
|
<atom:link href="https://pagwin.xyz/index.xml" rel="self" type="application/rss+xml"/>
|
|
<!--
|
|
<item>
|
|
<title></title>
|
|
<link><>
|
|
<pubDate></pubDate>
|
|
<guid></guid>
|
|
<description></description>
|
|
</item>
|
|
-->
|
|
</channel>
|
|
</rss>
|