Files
smart-house---final-/include/header.php
2026-03-24 10:04:24 +01:00

16 lines
313 B
PHP

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