Last active
January 14, 2021 04:43
-
-
Save Leming1488/116f73c110a894faecaf748bcfb11f99 to your computer and use it in GitHub Desktop.
form_html_login
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 data-cy="login" onsubmit="return false;"> | |
| <h3 class="title title--h3">Вход</h3> | |
| <div class="auth_form-email-input-wrapper"> | |
| <div class="input_wrapper input_wrapper--xl input_wrapper--email" data-cy="email-wrapper"> | |
| <input type="email" placeholder="Эл. почта" name="email" class="input_element" data-cy="email" value=""> | |
| <label class="input_label">Эл. почта</label> | |
| <div class="input_error" data-cy="email-error">Поле обязательно для заполнения</div> | |
| </div> | |
| </div> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment