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.

16 lines
768 B

  1. <div class="narrow">
  2. <div class="jumbotron h-x-app">
  3. <h1><img src="/images/teacup-logo-144.png" height="72" style="margin-bottom: 13px;" class="u-logo p-name" alt="Teacup">Teacup</h1>
  4. <p class="tagline">Teacup is a simple app for tracking what you are drinking.</p>
  5. <p>To use Teacup, sign in with your domain. If your website supports <a href="http://indiewebcamp.com/micropub">Micropub</a>, it will log posts directly to your site. Otherwise, it will post to your profile on this website.</p>
  6. <form action="/auth/start" method="get" class="form-inline">
  7. <input type="text" name="me" placeholder="http://me.com" value="" class="form-control">
  8. <input type="submit" value="Sign In" class="btn btn-primary">
  9. </form>
  10. </div>
  11. </div>