aboutsummaryrefslogtreecommitdiff
path: root/sample.opml
diff options
context:
space:
mode:
Diffstat (limited to 'sample.opml')
-rw-r--r--sample.opml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample.opml b/sample.opml
new file mode 100644
index 0000000..f893baf
--- /dev/null
+++ b/sample.opml
@@ -0,0 +1,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>