summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/authz/login.html
blob: 5ae8d858b1f4aa2464690574392168f7b580bf88 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<form method="POST" action="/authz/form/dologin.html">
Username: <input type="text" name="httpd_username" value="" />
Password: <input type="password" name="httpd_password" value="" />
<input type="submit" name="login" value="Login" />
</form>
</body>
</html>