Fix chemins JS et dashboard
This commit is contained in:
@@ -55,4 +55,5 @@ include 'include/header.php';
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
<script src="/smart-house---final-/dashboard.js"></script>
|
||||||
<?php include 'include/footer.php'; ?>
|
<?php include 'include/footer.php'; ?>
|
||||||
@@ -3,12 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Smart House</title>
|
<title>Smart House</title>
|
||||||
|
|
||||||
<!-- CSS principal -->
|
<!-- CSS principal -->
|
||||||
<link rel="stylesheet" href="../style.css">
|
<link rel="stylesheet" href="/smart-house---final-/style.css">
|
||||||
|
|
||||||
<!-- Chart.js local -->
|
<!-- Chart.js local -->
|
||||||
<script src="../js/chart.min.js"></script>
|
<script src="/smart-house---final-/js/chart.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user