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">
|
|
|
|
|
2018-05-08 21:40:39 +00:00
|
|
|
<label>Username</label>
|
|
|
|
<input class="input" name="user" autofocus>
|
2018-03-11 21:20:51 +00:00
|
|
|
|
2018-05-08 21:40:39 +00:00
|
|
|
<div class="password-container">
|
|
|
|
<label>Password</label>
|
2018-03-11 21:20:51 +00:00
|
|
|
<input class="input" type="password" name="password">
|
2018-05-10 18:37:10 +00:00
|
|
|
<span class="reveal-password tooltipped tooltipped-n tooltipped-no-delay" aria-label="Show password" data-alt-label="Hide password">
|
2018-05-09 23:25:17 +00:00
|
|
|
<i></i>
|
|
|
|
</span>
|
2018-05-08 21:40:39 +00:00
|
|
|
</div>
|
2018-03-11 21:20:51 +00:00
|
|
|
|
|
|
|
<div class="error">Authentication failed.</div>
|
|
|
|
|
|
|
|
<button type="submit" class="btn">Sign in</button>
|
2017-11-04 17:11:20 +00:00
|
|
|
</form>
|