Add link to RSS feed.

This commit is contained in:
tastytea 2020-07-14 17:50:40 +02:00
parent c7c3c8d671
commit f62996eda1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,10 @@
<h2>Blocklist</h2>
<a href="/blocklist/">Here</a>.
<ul>
<li><a href="/blocklist/">HTML list</a></li>
<li><a href="/rss">RSS feed</a></li>
</ul>
<h2>Form</h2>
<form method="post" action="/add" enctype="multipart/form-data">
@ -67,6 +70,7 @@
<li>Dynamically add input fields for tags and receipts.</li>
<li>Autocomplete tags.</li>
<li>Make it look okay on all sorts of screen sizes.</li>
<li>Let users subscribe to a set of tags via RSS of their choosing.</li>
</ul>
</body>
</html>