Files
smart-house---final-/dashboard.php
2026-03-12 08:55:43 +00:00

9 lines
229 B
PHP

<?php include "includes/header.php"; ?>
<?php include "includes/nav.php"; ?>
<main>
<h2>Dashboard</h2>
<p>Bienvenue sur le tableau de bord Smart House.</p>
</main>
<?php include "includes/footer.php"; ?>