akyuu/templates/index.html

17 行
557 B
HTML
Raw パーマリンク Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

{{ template "header" }}
<FORM METHOD="post" ACTION="feeds">
<H1>Send twtxt</H1>
<LABEL FOR="twt">Message</LABEL>
<INPUT TYPE="text" ID="twt" NAME="twt" MAXLENGTH="140" PLACEHOLDER="Whats happening?" ARIA-DESCRIBEDBY="txt-desc" required />
<P ID="txt-desc">Max. 140 characters</P>
<LABEL FOR="name">Name</LABEL>
<INPUT TYPE="text" ID="name" NAME="name" required />
<LABEL FOR="password">Password</LABEL>
<INPUT TYPE="password" NAME="password" required />
<HR />
<BUTTON TYPE="submit">Publish</BUTTON>
</FORM>
{{ template "footer" }}