This commit is contained in:
2025-12-14 14:39:21 +05:00
parent 7f5f30228e
commit 849e835422
3 changed files with 4 additions and 38 deletions

View File

@@ -22,9 +22,9 @@
<button type="submit">Войти</button>
</form>
<div class="test-users">
<h3>Тестовый пользователь:</h3>
<h3>Управление задачами</h3>
<ul>
<li><strong>teacher</strong> / teacher123</li>
<li><strong>@2025 </strong>МАОУ - СОШ № 25</li>
</ul>
</div>
</div>
@@ -40,6 +40,7 @@
<nav>
<button onclick="showSection('tasks')">Задачи</button>
<button onclick="showSection('create-task')">Создать задачу</button>
<button onclick="showSection('tasks')">Мои задачи</button>
<button onclick="showSection('logs')">Лог активности</button>
<button onclick="window.location.href = '/admin'" style="background: linear-gradient(135deg, #e74c3c, #c0392b);">Админ-панель</button>
</nav>