this repo has no description
1<html> 2 {{ template "layouts/head" . }} 3 4 <body> 5 <main> 6 <form class="form-login" method="post" action="/login"> 7 <p> 8 You will be redirected to bsky.social (or your PDS) to 9 complete login. 10 </p> 11 <div> 12 <input 13 type="text" 14 id="username" 15 name="username" 16 placeholder="@username.bsky.social" 17 /> 18 <input 19 type="password" 20 id="app_password" 21 name="app_password" 22 placeholder="app password" 23 /> 24 </div> 25 <button type="submit">Login</button> 26 </form> 27 </main> 28 </body> 29</html>