Actualiser index.php
This commit is contained in:
16
index.php
16
index.php
@@ -1,9 +1,9 @@
|
|||||||
<?php include "includes/header.php"; ?>
|
<?php
|
||||||
<?php include "includes/nav.php"; ?>
|
// index.php
|
||||||
|
session_start(); // Démarrer la session
|
||||||
|
?>
|
||||||
|
|
||||||
<main>
|
<?php include "header.php"; ?>
|
||||||
<h2>Dashboard</h2>
|
<?php include "nav.php"; ?>
|
||||||
<p>Bienvenue sur le tableau de bord Smart House.</p>
|
<?php include "main.php"; ?>
|
||||||
</main>
|
<?php include "footer.php"; ?>
|
||||||
|
|
||||||
<?php include "includes/footer.php"; ?>
|
|
||||||
Reference in New Issue
Block a user