feat: CGI script and sample HTML form
This commit is contained in:
parent
8453d41a00
commit
4c6a60f7c0
3 changed files with 180 additions and 0 deletions
12
cgi/form.html
Normal file
12
cgi/form.html
Normal 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>
|
Reference in a new issue