Update login.html

main
Mihaeļs Mejerovs 2024-05-22 14:11:58 +00:00
parent 733d5c4a37
commit ac871f29a0
1 changed files with 84 additions and 84 deletions

View File

@ -53,11 +53,11 @@
<h1 class="text-center">Войти в аккаунт</h1> <h1 class="text-center">Войти в аккаунт</h1>
<form action="/login" method="post"> <form action="/login" method="post">
<div class="mb-3"> <div class="mb-3">
<label for="username" class="form-label">Name:</label> <label for="username" class="form-label">Имя</label>
<input type="text" class="form-control" id="username" name="username" required> <input type="text" class="form-control" id="username" name="username" required>
</div> </div>
<div class="mb-3"> <div class="mb-3">
<label for="password" class="form-label">Password:</label> <label for="password" class="form-label">Пароль</label>
<div class="input-group"> <div class="input-group">
<input type="password" class="form-control" id="password" name="password" required> <input type="password" class="form-control" id="password" name="password" required>
<button class="btn btn-outline-secondary" type="button" id="togglePassword"><i class="bi bi-eye-fill"></i></button> <button class="btn btn-outline-secondary" type="button" id="togglePassword"><i class="bi bi-eye-fill"></i></button>