mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
13 lines
242 B
HTML
13 lines
242 B
HTML
<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>
|