hardlounge/client/views/windows/sign_in.tpl

19 lines
552 B
Smarty
Raw Normal View History

2017-11-11 18:33:21 +00:00
<form class="container" method="post" action="">
2018-03-11 21:20:51 +00:00
<img src="img/logo-vertical-transparent-bg.svg" class="logo" alt="The Lounge" width="256" height="170">
<img src="img/logo-vertical-transparent-bg-inverted.svg" class="logo-inverted" alt="The Lounge" width="256" height="170">
<label>
Username
<input class="input" name="user" autofocus>
</label>
<label>
Password
<input class="input" type="password" name="password">
</label>
<div class="error">Authentication failed.</div>
<button type="submit" class="btn">Sign in</button>
2017-11-04 17:11:20 +00:00
</form>