Skip to content

Instantly share code, notes, and snippets.

View codegabo's full-sized avatar
馃幆
Focusing on what really matters... that means the future

Juan Gabriel Mogoll贸n Mart铆nez codegabo

馃幆
Focusing on what really matters... that means the future
View GitHub Profile
<h1>REGISTRO DE USUARIO</h1>
<form method="post" id="registro">
<label for="usuarioRegistro"></label>
<input type="text" placeholder="Usuario" maxlength="6" id="usuarioRegistro" name="usuario" required>
<label for="passwordRegistro"></label>
<input type="password" placeholder="Contrase帽a" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,}" id="passwordRegistro" name="password" required>