this repo has no description
1{{ define "content" }}
2<article>
3 <h3>Login with atproto</h3>
4 <form method="post">
5 <p>Provide your handle or DID to authorize an existing account with PDS.
6 <br>You can also supply a PDS/entryway URL (eg, <code>https://pds.example.com</code>).</p>
7 <fieldset role="group">
8 <input name="username" id="username" placeholder="handle.example.com" style="font-family: monospace,monospace;" required>
9 <input type="submit" value="Login">
10 </fieldset>
11 </form>
12</article>
13{{ end }}