splash.html 636 B

1234567891011
  1. <section id="splash" data-transition="slide">
  2. <article class="active indented splash">
  3. <img src="http://cdn.tapquo.com/lungo/logo.png"/>
  4. <form class="roundeds">
  5. <input type="text" placeholder="Your username" id="txt-signup-name" value="">
  6. <input type="password" placeholder="Your password" id="txt-signup-password" value="">
  7. <a href="#" class="button theme anchor large" data-icon="lock" data-icon="user">Login</a>
  8. <a href="#" data-view-section="back" class="button secondary anchor" data-icon="home">Return to Kichensink</a>
  9. </form>
  10. </article>
  11. </section>