treebird/static/post.html
me@ow.nekobit.net 3451a48882 Prepend users in reply box
FossilOrigin-Name: af5d1c04617c94c640c0b5788624750bd728ac112f3492eeba81bef54b4389b6
2022-02-24 19:12:01 +00:00

15 lines
385 B
HTML

<form action="." method="post">
%s
<div class="statusbox">
<textarea name="content" placeholder="Just landed in N.Y." rows="5">%s</textarea>
<div class="statusfooter">
<div class="statusfooter-left">
<!-- Put text here -->
</div>
<div class="statusfooter-right">
<input type="submit" value="Post">
</div>
</div>
</div>
</form>