aboutsummaryrefslogtreecommitdiff
path: root/sample.opml
blob: f893bafc0865e23ae332d4aae321c4b28ae89838 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<opml version="1.0">
  <head>
    <title>Sample OPML File</title>
  </head>
  <body>
    <outline title="Sample Topic">
      <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
    </outline>
  </body>
</opml>