Skip to content

Instantly share code, notes, and snippets.

@ernestoalejo
Created September 8, 2012 16:10
Show Gist options
  • Save ernestoalejo/3676567 to your computer and use it in GitHub Desktop.
Save ernestoalejo/3676567 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Autentificacion</title>
</head>
<body>
<form action="signup.php" method="post">
Nombre: <imput type="text" name="nombre" size="20">
Apellidos: <imput type="text" name="apellidos" size="30">
Nick: <imput type="text" name="nick" size="20">
Contraseña: <imput type="password" name="password" size="20">
Confirma Contraseña: <imput type="password" name="password2" size="20">
Email: <imput type="text" name"email" size="30">
<imput type="submit" value="Registrar">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment