diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-03-25 13:10:02 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-03-25 13:10:02 +0200 |
| commit | 7913792a6a9c5b651e7caa79fe4f0610272e0f58 (patch) | |
| tree | e7a233122e690d9eabb1b1ba90db2744e09577f4 /index.html | |
| parent | 5b759155d891fb8348d0b6a44f794db345127a45 (diff) | |
feat: mqtt client
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |
