13 lines
179 B
HTML
13 lines
179 B
HTML
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form action="/save" method="post">
|
|
<input type="text" name="p">
|
|
<input type="submit" value="paste">
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|