<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://w3.org/2005/Atom">

	<title>My blog</title>
	<link href="http://exmaple.org">
	<updated>2023-5-21</updated>
	<author>
		<name>	JoshP1
		</name>
	</author>
	<entry>
		<title>Test</title>
		<summary>Some text here</summary>
	</entry>
        <entry>
                <title>New character</title>
                <summary>More details to come but thinking of making a new 
character that will be a squirrel
                </summary>
        </entry>
</feed>
