]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/test/cgi_test.html
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / test / cgi_test.html
CommitLineData
7c673cae
FG
1<html>
2 <head>
3 <title>CGI POST Test</title>
4 </head>
5 <body>
6 <h1>CGI POST Test</h1>
7 <form action="cgi_test.cgi" method="post">
8 <input type="text" name="test" />
9 <input type="submit" />
10 </form>
11 </body>
12</html>