Created
November 13, 2015 02:17
-
-
Save michaelhidalgo/9e7ab4fe5733f75a01ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="pure-form"> | |
<fieldset> | |
<legend>Por razones de seguridad, necesitamos que usted cambie la contraseña.</legend> | |
<input type="password" placeholder="Clave" id="password" required> | |
<input type="password" placeholder="Confirmar clave" id="confirm_password" required> | |
<button type="submit" class="pure-button pure-button-primary">Cambiar Contraseña</button> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment