mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-09 03:22:45 +03:00
Add HTML page for CGI test (#296)
This commit is contained in:
12
test/cgi_test.html
Normal file
12
test/cgi_test.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>CGI POST Test</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>CGI POST Test</h1>
|
||||||
|
<form action="cgi_test.cgi" method="post">
|
||||||
|
<input type="text" name="test" />
|
||||||
|
<input type="submit" />
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user