Files
tripwithbonus/templates/blocks/b_login.html
2023-07-10 13:32:54 +03:00

18 lines
792 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="login">
<h1>Войдите в профиль</h1>
<div>
<div class="inputs_l">
<input type="text" placeholder="Логин">
</div>
<div class="inputs_l">
<input type="password" placeholder="Пароль">
</div>
<div class="button_register"><button>Войти</button></div>
<div>Авторизуясь, вы соглашаетесь с Лицензионным соглашением Политикой конфиденциальности</div>
<div>Или</div>
<div class="google"><img src="./style/img/google.png" alt="">
<div>Войти через Google</div>
</div>
<div>Нет аккаунта? <a href="#">Зарегистрируйтесь</a></div>
</div>
</section>