Created
September 21, 2013 00:50
-
-
Save paulyoung/6645828 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(name="log-in-form", novalidate) | |
dl.form | |
dt | |
label(for="log-in-form-username") Username | |
dd | |
input(type="text", id="log-in-form-username", required) | |
dl.form | |
dt | |
label(for="log-in-form-password") Password | |
dd | |
input(type="password", id="log-in-form-password", required) | |
dl.form | |
dd | |
input(type="checkbox", id="log-in-form-remember-me") | |
dt | |
label(for="log-in-form-remember-me") Remember me | |
button(type="submit") Log in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment