16 lines
313 B
PHP
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'; ?>
|