summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/cgi_test.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/test/cgi_test.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/civetweb/test/cgi_test.html b/src/civetweb/test/cgi_test.html
new file mode 100644
index 000000000..28ad72b0f
--- /dev/null
+++ b/src/civetweb/test/cgi_test.html
@@ -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>