summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6036bd3..f24f75a 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,8 @@
<div id="robot"></div>
</canvas>
+ <script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script>
+ <script src="./robot.js"></script>
<script src="./index.js"></script>
</body>
</html>