Files
2026-06-03 16:19:21 +02:00

15 lines
358 B
PHP

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Smart House</title>
<!-- CSS principal -->
<link rel="stylesheet" href="/smart-house---final-/style.css">
<!-- Chart.js local -->
<script src="/smart-house---final-/js/chart.min.js"></script>
</head>
<body>
<?php
// Inclure la navigation
require_once 'nav.php';
?>