blob: b355187535a3213b0aef98be4a80f4e085f2ebc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0"?>
<opml version="2.0">
<head>
<title>Comics</title>
</head>
<body>
<outline title="Comics">
<outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
<outline type="rss" xmlUrl="http://existentialcomics.com/rss.xml" htmlUrl="http://existentialcomics.com" title="Existential Comics"/>
<outline type="rss" xmlUrl="https://xkcd.com/rss.xml" htmlUrl="https://xkcd.com/rss.xml" title="xkcd"/>
</outline>
</body>
</opml>
|