summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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 45ec687..1623c45 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="./temp_robot.js"></script>
- <script src="./temp.js"></script>
+ <script src="./robot.js"></script>
+ <script src="./index.js"></script>
</body>
</html>