loading js correctly

This commit is contained in:
ishak jmilou.ishak
2024-11-04 11:43:20 +01:00
parent 41034ba85c
commit d673b4e0ad

View File

@@ -23,7 +23,7 @@
<div class="container">
<h1>Sensor Data</h1>
</div>
<script href="../static/script.js"></script>
<script src="../static/script.js"></script>
</body>
</html>