minimal no-fuss pastebin service clone in golang
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
binnit/index.html

16 lines
317 B

<html>
<body>
<h1>Index.html</h1>
<form method="POST">
Title: <input type="text" name="title" size="24"/>
<br />
Paste:
<br />
<textarea name="paste" cols="80" rows="10"> </textarea>
<br />
<input type="submit" value="PasteMe!">
</form>
</body>
</html>