Ajouter dashboard.php
This commit is contained in:
11
dashboard.php
Normal file
11
dashboard.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php include "includes/header.php"; ?>
|
||||
<?php include "includes/nav.php"; ?>
|
||||
|
||||
<main>
|
||||
|
||||
<h2>Dashboard</h2>
|
||||
<p>Bienvenue sur le tableau de bord.</p>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include "includes/footer.php"; ?>
|
||||
Reference in New Issue
Block a user