gopaste/editor.html

7 lines
138 B
HTML
Raw Normal View History

2018-11-29 14:57:07 +00:00
<h1>gopaste</h1>
<form action="/create" method="post">
<textarea name="stuff"></textarea>
<input type="submit" value="Post" />
</form>