mirror of
https://github.com/Yamusa85/check-in_system.git
synced 2026-07-24 06:26:12 +03:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div style="max-width: 400px; margin: 50px auto;">
|
||||
<h2>Вход</h2>
|
||||
<form method="POST">
|
||||
<div style="margin-bottom: 15px;">
|
||||
<label style="display: block; margin-bottom: 5px;">Логин:</label>
|
||||
<input type="text" name="username" required
|
||||
style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;">
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 15px;">
|
||||
<label style="display: block; margin-bottom: 5px;">Пароль:</label>
|
||||
<input type="password" name="password" required
|
||||
style="width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;">
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn" style="width: 100%;">ВОЙТИ</button>
|
||||
</form>
|
||||
|
||||
<div style="margin-top: 20px; padding: 15px; background: #f8f9fa; border-radius: 5px;">
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user