Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created April 22, 2013 18:27
Show Gist options
  • Save TiuTalk/5437313 to your computer and use it in GitHub Desktop.
Save TiuTalk/5437313 to your computer and use it in GitHub Desktop.
<form method="post" action="valida.php">
<label for="usuario">Usuário</label>
<input type="text" name="usuario" id="usuario" />
<label for="senha">Senha</label>
<input type="password" name="senha" id="senha" />
<input type="submit" value="Entrar" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment