Files
smart-house---final-/index.php
2026-03-16 15:01:13 +00:00

9 lines
182 B
PHP

<?php
// index.php
session_start(); // Démarrer la session
?>
<?php include "header.php"; ?>
<?php include "nav.php"; ?>
<?php include "main.php"; ?>
<?php include "footer.php"; ?>