<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  
  <title>Blog Title</title>
  <subtitle>This is a longer description about your blog.</subtitle>
  <link href="https://example.com/feed/feed.xml" rel="self" />
  <link href="https://example.com/" />
  <updated>1010-10-10T00:00:00Z</updated>
  <id>https://example.com/</id>
  <author>
    <name>Your Name</name>
  </author>
  <entry>
    <title>Welcome to my blog.</title>
    <link href="https://example.com/blog/firstpost/" />
    <updated>1010-10-10T00:00:00Z</updated>
    <id>https://example.com/blog/firstpost/</id>
    <content type="html">&lt;h1 id=&quot;hello&quot;&gt;Hello&lt;/h1&gt;
&lt;p&gt;Im eri. This is my website... Enjoy.&lt;/p&gt;
</content>
  </entry>
</feed>