13 lines
254 B
HTML
13 lines
254 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<form role="form" action="/cgi-bin/feuille.cgi" method="post" enctype="text/plain">
|
||
|
<textarea name="paste"></textarea>
|
||
|
<input type="submit" value="send paste">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|