Actualiser include/header.php
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Smart House</title>
|
||||
|
||||
<!-- CSS principal -->
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
|
||||
<!-- Chart.js local -->
|
||||
<!-- Chart.js -->
|
||||
<script src="../js/chart.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- NAVIGATION -->
|
||||
<?php include 'nav.php'; ?>
|
||||
<?php require_once 'nav.php'; ?>
|
||||
Reference in New Issue
Block a user