فهرست منبع

Add HTML page for CGI test (#296)

bel 9 سال پیش
والد
کامیت
1b4b8b8fc7
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  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>