<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

  <channel>
    <title>title of your RSS feed. can just be your site's name</title>
    <link>https://cu77lefish.ink</link>
    <description>description of your site</description>
    <webMaster>OPTIONAL-YOUR-CONTACT-EMAIL@SITE.com (YOUR NAME)</webMaster>

    <item>
      <title>rss info</title>
      <link>https://URL-OF-THE-UPDATE2</link>
      <description>each item is a different update! RSS feeds are really useful for letting other people know
      you have updated your site! the pubDate needs to be in this format. the -0400 is because my time zone is GMT -4. change this with your time zone! feel free to delete each of these when you start using it!</description>
      <pubDate>Wed, 10 Jul 2024 15:00:00 -0400</pubDate>
    </item>

    <item>
      <title>update 1</title>
      <link>https://URL-OF-THE-UPDATE1</link>
      <description>this is a description of the update.</description>
      <pubDate>Tue, 09 Jul 2024 15:00:00 -0400</pubDate>
    </item>

  </channel>
</rss>