This commit is contained in:
2025-12-14 14:22:26 +05:00
parent 145d12f130
commit 7f5f30228e
7 changed files with 1372 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
<button onclick="showSection('tasks')">Задачи</button>
<button onclick="showSection('create-task')">Создать задачу</button>
<button onclick="showSection('logs')">Лог активности</button>
<button onclick="window.location.href = '/admin'" style="background: linear-gradient(135deg, #e74c3c, #c0392b);">Админ-панель</button>
</nav>
</header>