A project management app derived from Mind-Vision-Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
254B

  1. <?php
  2. declare(strict_types=1);
  3. require __DIR__ . '/../partials/header.php';
  4. ?>
  5. <main id="main-content" class="page-content">
  6. <div class="container">
  7. <?= $content ?>
  8. </div>
  9. </main>
  10. <?php require __DIR__ . '/../partials/footer.php'; ?>

Powered by TurnKey Linux.