This commit is contained in:
2026-01-03 15:46:06 +02:00
parent 6ce7edd194
commit d64645599d
9 changed files with 643 additions and 307 deletions

View File

@@ -0,0 +1,19 @@
<div class="form1" id="login_block">
# Вход в систему
Пожалуйста, введите ваши данные для входа.
<div class="grid-block">
<label for="username">Имя пользователя</label>
<input type="text" id="username" name="username" required>
<label for="password">Пароль</label>
<input type="password" id="password" name="password" required>
<button type="submit" id="login_btn">Войти</button>
</div>
</div>
<div class="form1" id="user_block">
<p id="user_info"></p>
<button id="logout_btn">Выйти</button>
</div>