Skip to content

Instantly share code, notes, and snippets.

@Leming1488
Last active January 14, 2021 04:43
Show Gist options
  • Save Leming1488/116f73c110a894faecaf748bcfb11f99 to your computer and use it in GitHub Desktop.
Save Leming1488/116f73c110a894faecaf748bcfb11f99 to your computer and use it in GitHub Desktop.
form_html_login
<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