blob: 228cf324b24186db4e9cbd1bb7f30a1eb7255ded (
plain)
1
2
3
4
5
6
7
8
9
10
|
<form action="/auth/start" method="get">
<input type="text" name="me" placeholder="http://me.com" value="" class="form-control"><br>
<input type="hidden" name="client_id" value="https://indiepost.micropub.net">
<input type="hidden" name="redirect_uri" value="https://indiepost.micropub.net/auth/callback">
<input type="submit" value="Sign In" class="btn btn-primary">
</form>
|