akyuu/templates/index.html

13 行
543 B
HTML
Raw 通常表示 履歴

2016-02-09 11:15:04 +09:00
{{ template "header" }}
<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 />
2016-02-09 11:15:04 +09:00
<input type="submit" value="twtxt" />
</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>.
2016-02-09 11:04:21 +09:00
{{ template "footer" }}