lb/rss.xml

17 lines
456 B
XML
Raw Normal View History

2018-05-16 21:46:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="rss.css" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Your RSS Feed Title</title>
<description>A brief description of your RSS feed.</description>
<language>en-us</language>
<link>http://yourwebsite.com/rss.xml</link>
<atom:link href="http://yourwebsite.com/rss.xml" rel="self" type="application/rss+xml" />
<!-- LB -->
</channel>
</rss>