splash.html 645 B

1234567891011
  1. <section id="splash" data-transition="slide">
  2. <article class="active indented splash">
  3. <img src="http://lungo.tapquo.com/resources/logo_splash.png"/>
  4. <form class="rounded">
  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" data-icon="checkmark" data-icon="user">Login</a>
  8. <a href="#back" data-router="section" class="button accept anchor" data-icon="left">Return to Kichensink</a>
  9. </form>
  10. </article>
  11. </section>