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.

18 lines
870 B

  1. <div class="narrow">
  2. <div class="jumbotron h-x-app">
  3. <h1><img src="/images/quill-logo-144.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Quill">Quill</h1>
  4. <p class="tagline">Quill is a simple app for posting text notes to your website.</p>
  5. <p>To use Quill, sign in with your domain. Your website will need to support <a href="http://indiewebcamp.com/micropub">Micropub</a> for creating new posts.</p>
  6. <form action="/auth/start" method="get" class="form-inline">
  7. <input type="url" name="me" placeholder="http://example.com" value="" class="form-control">
  8. <input type="submit" value="Sign In" class="btn btn-primary">
  9. <input type="hidden" name="client_id" value="https://quill.p3k.io">
  10. <input type="hidden" name="redirect_uri" value="https://quill.p3k.io/auth/callback">
  11. </form>
  12. </div>
  13. </div>