Artifact 8c165f8ae9dd54ee8a60fd097048eadeb8aac9a538d0392cfcf7a445fc59e33e:
- File view/login-username.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 276) [annotate] [blame] [check-ins using]
<div class="login"> <div class="msg">@loginmsg</div> <form action="/login" method="post"> <label for="user">local handle</label> <input type="text" name="user" id="user" autocomplete="username" autofocus required> <button type="submit">log on</button> </form> </div>