Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/cgi_test.html

13 lines
242 B
HTML
Raw Normal View History

2025-08-22 18:22:57 +08:00
<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>