feat: CGI script and sample HTML form

This commit is contained in:
Tom MTT 2022-11-21 10:43:47 +01:00
parent 8453d41a00
commit 4c6a60f7c0
3 changed files with 180 additions and 0 deletions

12
cgi/form.html Normal file
View file

@ -0,0 +1,12 @@
<!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>