SSOwat/login.html
2013-10-15 10:11:39 +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>