This repository has been archived on 2023-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
feuille/cgi/form.html

13 lines
254 B
HTML
Raw Normal View History

2022-11-21 10:43:47 +01:00
<!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>