lemonldap-ng/e2e-tests/form.html

14 lines
331 B
HTML
Raw Normal View History

2016-02-18 06:33:49 +01:00
<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>