15 lines
230 B
HTML
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>
|