summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYann C <yann.clarisse@epita.fr>2024-04-18 17:44:18 +0300
committerYann C <yann.clarisse@epita.fr>2024-04-18 17:44:18 +0300
commit55045dfe27374ade8cdd55667197f42595917669 (patch)
treefaeb1dc1e95f0c6f0cbf6967237acbd956e53640 /index.html
parent0deb0d6e9e85a169571240de634d958183c56b56 (diff)
saved
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1623c45..45ec687 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
</canvas>
<script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script>
- <script src="./robot.js"></script>
- <script src="./index.js"></script>
+ <script src="./temp_robot.js"></script>
+ <script src="./temp.js"></script>
</body>
</html>