pastebin/templates/index.html
2017-07-02 23:42:34 -07:00

15 lines
230 B
HTML

<html>
<head>
<title>pastebin</title>
</head>
<body>
<p>Enter your text here:</p>
<form method="POST" action="">
<textarea name="blob" cols=80 rows=24></textarea>
<input type="submit">
</form>
</body>
</html>