BIG parameters update

This commit is contained in:
Ivan
2023-09-25 19:37:21 +03:00
parent 88825aba2e
commit 817f3e8b71
11 changed files with 2661 additions and 960 deletions

View File

@ -13,8 +13,8 @@
<form enctype="multipart/form-data" method="post" action="/login" id="loginForm">
<h1 style="margin-bottom: 40px;">Добро пожаловать в Аргус</h1>
<label for="login">Логин или Email<span>*</span></label>
<input placeholder="Введите логин или Email" name="email" type="text" required>
<label for="login">Email<span>*</span></label>
<input placeholder="Введите Email" name="email" type="text" required>
<label for="password">Пароль<span>*</span></label>
<input placeholder="Введите пароль" name="password" type="password" required>