This commit is contained in:
Kirito
2026-03-24 10:04:24 +01:00
parent 8615dbfe91
commit acf11e8071
7 changed files with 82 additions and 66 deletions

View File

@@ -5,9 +5,12 @@
<title>Smart House</title>
<!-- CSS principal -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="../style.css">
<!-- Chart.js pour les graphiques -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<!-- Chart.js local -->
<script src="../js/chart.min.js"></script>
</head>
<body>
<body>
<!-- NAVIGATION -->
<?php include 'nav.php'; ?>