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

9 years ago
  1. <form action="/auth/start" method="get">
  2. <input type="text" name="me" placeholder="http://me.com" value="" class="form-control"><br>
  3. <input type="hidden" name="client_id" value="https://quill.p3k.io">
  4. <input type="hidden" name="redirect_uri" value="https://quill.p3k.io/auth/callback">
  5. <input type="submit" value="Sign In" class="btn btn-primary">
  6. </form>