You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
390 B

<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>