mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
7 lines
194 B
HTML
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>
|