Skip to content

Instantly share code, notes, and snippets.

@nncl
Created February 22, 2014 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nncl/9155071 to your computer and use it in GitHub Desktop.
Save nncl/9155071 to your computer and use it in GitHub Desktop.
Página Entrar com campos
<!-- entrar -->
<div class="layout-pagina-entrar" data-role="page" id="entrar">
<div align="center">
<div align="center">
<img src="images/logo-app.png" width="100" alt="logoapp">
</div>
<div class="cadastrar">
<form>
<input type="text" name="text" id="txt-nome" placeholder="Usuário">
<input type="password" name="text" id="txt-email" placeholder="Senha">
<a href="#index" data-role="button" id="button">Entrar</a>
</form>
</div>
</div>
</div>
<!-- fim entrar -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment