15 lines
309 B
PHP
15 lines
309 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>
|
|
|
|
<?php require_once __DIR__ . '/nav.php'; ?>
|