akyuu/templates/list.html

11 行
336 B
HTML

<html>
<h1>list of feeds</h1>
<ul>
{{ range .Dir }}
<li><a href="/twtxt/{{ . }}">{{ . }}</li>
{{ end }}
</ul>
<hr />
<p>This project is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a>, source code <a href="https://github.com/plomlompom/htwtxt">here</a>.</p>
</html>