front
This commit is contained in:
19
static/blocks/pages/session/content.md
Normal file
19
static/blocks/pages/session/content.md
Normal 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>
|
||||
Reference in New Issue
Block a user