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/html/index.html

18 lines
398 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="checkbox" name="show" value="1" checked />Show link
<br />
<input type="submit" value="Binit!">
</form>
</body>
</html>