···11+{{ define "keys" }}
22+<html>
33+ {{ template "head" . }}
44+55+ <body>
66+ <main>
77+ <form>
88+ <p>
99+ Give your key a name and paste your
1010+ <strong>public</strong> key here. This is what you'll use to
1111+ push to your Git repository.
1212+ </p>
1313+ <div id="keys"></div>
1414+ <div>
1515+ <input
1616+ type="text"
1717+ id="name"
1818+ name="name"
1919+ placeholder="my laptop"
2020+ />
2121+ <input
2222+ type="text"
2323+ id="public_key"
2424+ name="key"
2525+ placeholder="ssh-ed25519 AAABBBHUNTER2..."
2626+ />
2727+ </div>
2828+ <button hx-put="/settings/keys" hx-swap="none" type="submit">
2929+ Submit
3030+ </button>
3131+ </form>
3232+ </main>
3333+ </body>
3434+</html>
3535+{{ end }}
+2-2
legit/templates/login.html
···1010 action="http://localhost:3000/login"
1111 >
1212 <p>
1313- You will be redirected to bsky.app (or your PDS) to complete
1414- login.
1313+ You will be redirected to bsky.social (or your PDS) to
1414+ complete login.
1515 </p>
1616 <div>
1717 <input