gopaste/editor.html

7 lines
138 B
HTML

<h1>gopaste</h1>
<form action="/create" method="post">
<textarea name="stuff"></textarea>
<input type="submit" value="Post" />
</form>