lemonldap-ng/e2e-tests/form.html
2016-02-18 05:33:49 +00:00

14 lines
331 B
HTML

<html>
<head>
<title></title>
</head>
<body>
<form id="test" method="post" action="index.pl">
<input name="postuid" placeholder="postuid" />
<input name="postmail" placeholder="postmail" />
<input name="poststatic" placeholder="poststatic" />
<input id="bt" name="post" type="submit" />
</form>
</body>
</html>