SSOwat/portal/index.html

8 lines
194 B
HTML
Raw Normal View History

2013-10-15 10:11:39 +02:00
<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>