Explorar o código

Add HTML page for CGI test (#296)

bel %!s(int64=9) %!d(string=hai) anos
pai
achega
1b4b8b8fc7
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      test/cgi_test.html

+ 12 - 0
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>