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