first commit

This commit is contained in:
exercict
2026-07-14 08:10:11 +04:00
commit fdfb0dd62e
60 changed files with 9930 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<h1 class="h3 mb-3">Главная</h1>
<div class="card">
<div class="card-body">
<p class="mb-2">Вы вошли как: <strong><?= htmlspecialchars($user['display_name'] ?? $user['login']) ?></strong></p>
<a href="/tasks" class="btn btn-primary">Перейти к задачам</a>
</div>
</div>