pastebin/templates/index.html

15 lines
230 B
HTML
Raw Normal View History

2017-07-03 06:42:34 +00:00
<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>