1
0
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:
bel
2016-04-18 21:38:15 +02:00
parent 226167b881
commit 1b4b8b8fc7

12
test/cgi_test.html Normal file
View 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>