akyuu/templates/index.html

15 行
698 B
HTML
Raw 通常表示 履歴

<html>
<h1>publish a twtxt</h1>
<form method="POST" action="feeds">
Message: <input type="text" name="twt" size="140" /><br />
Name: <input type="text" name="name" />
Password: <input type="password" name="password" /><br />
<input type="submit" value="twt" />
</form>
2016-02-08 11:32:59 +09:00
No feed yet? <a href="/signup">Create one!</a><br />
Also, check out <a href="/feeds">other people's feeds</a><br />
2016-02-09 07:36:24 +09:00
Or <a href="/account">edit your account settings</a>.
<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>