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.

15 lines
636 B

9 years ago
  1. <div class="narrow">
  2. <?= partial('partials/header') ?>
  3. <h2>Sign in with your Domain</h2>
  4. <p>Enter your website below to sign in.</p>
  5. <p>If your website supports Micropub, it will log posts directly to your site. Otherwise, it will post to your profile on teacup.p3k.io.</p>
  6. <form action="/auth/start" method="get" class="form-inline">
  7. <input type="url" name="me" placeholder="http://me.com" value="" class="form-control">
  8. <input type="hidden" name="redirect" value="settings">
  9. <input type="hidden" name="pebble" value="true">
  10. <input type="submit" value="Sign In" class="btn btn-primary">
  11. </form>
  12. </div>