22 lines
814 B
XML
22 lines
814 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>edbrz9</title>
|
|
<description>edbrz9's website</description>
|
|
<lastBuildDate>Thu, 28 Octobre 2021 00:00:01 GMT</lastBuildDate>
|
|
<link>http://www.example.org</link>
|
|
<item>
|
|
<title>Actualité N°1</title>
|
|
<description>Ceci est ma première actualité</description>
|
|
<pubDate>Sat, 07 Sep 2021 00:00:01 GMT</pubDate>
|
|
<link>http://www.example.org/actu1</link>
|
|
</item>
|
|
<item>
|
|
<title>Actualité N°2</title>
|
|
<description>Ceci est ma seconde actualité</description>
|
|
<pubDate>Sat, 07 Sep 2021 00:00:01 GMT</pubDate>
|
|
<link>http://www.example.org/actu2</link>
|
|
</item>
|
|
</channel>
|
|
</rss>
|