diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index bf533df..84d6629 100644 --- a/static/ui.html +++ b/static/ui.html @@ -27,8 +27,16 @@ <h4 onclick="$('#feeds').toggle();">Feeds</h4> <ul id="feeds" style="display: none;"> </ul> - </div> + <h4 onclick="$('#export').toggle();">Export</h4> + <ul id="export" style="display: none;"> + <li><a href="/export/opml">opml</a></li> + <li><a href="/export/text">text</a></li> + <li><a href="/export/json">json</a></li> + </ul> + + </div> + </div> <div id="c"> |