35089-vm/portal/projects.php
Flatlogic Bot 23be5a5236 Version 2
2025-10-21 23:39:12 +00:00

15 lines
420 B
PHP

<?php require_once __DIR__ . '/includes/header.php'; ?>
<div class="container-fluid">
<h1 class="h2">My Projects</h1>
<p>Here is a list of your projects and their current status.</p>
<div class="card">
<div class="card-body">
<p class="text-center">No projects have been assigned to you yet.</p>
</div>
</div>
</div>
<?php require_once __DIR__ . '/includes/footer.php'; ?>