Created
June 24, 2017 15:51
-
-
Save guzmonne/2f4625a4106bfb5b7d3b56a7ecf390d6 to your computer and use it in GitHub Desktop.
cognito-auth.LoginForm.html
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
| <div class="LoginForm"> | |
| <div class="LoginForm__title">Login</div> | |
| <form class="LoginForm__form"> | |
| <div class="Control"> | |
| <label class="Control__label" for="user">User</label> | |
| <input class="Control__input" name="user" type="text" placeholder="User" /> | |
| </div> | |
| <div> | |
| <label class="Control__label" for="password">Password</label> | |
| <input class="Control__input" name="password" type="password" placeholder="Password" /> | |
| </div> | |
| <input class="Control__input" type="submit" value="Let's go" /> | |
| </form> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment