mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
13 lines
760 B
HTML
13 lines
760 B
HTML
<div class="ynh-wrapper login">
|
|
<form class="login-form" name="input" action="" method="post">
|
|
<div class="form-group">
|
|
<label class="icon icon-user" for="user"><span class="element-invisible">{{t_username}}</span></label>
|
|
<input id="user" type="text" name="user" placeholder="{{t_username}}" class="form-text" autocomplete="username" autofocus required>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="icon icon-lock" for="password"><span class="element-invisible">{{t_password}}</span></label>
|
|
<input id="password" type="password" name="password" placeholder="{{t_password}}" class="form-text" autocomplete="current-password" required>
|
|
</div>
|
|
<input type="submit" value="{{t_login}}" class="btn classic-btn large-btn">
|
|
</form>
|
|
</div>
|