SSOwat/portal/index.html
2013-10-16 20:47:37 +02:00

7 lines
194 B
HTML

<html>
<form name="input" action="" method="post">
<input type="text" name="user" placeholder="user">
<input type="password" name="password">
<input type="submit" value="Login">
</form>
</html>