diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-02-07 21:16:54 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-02-07 21:16:54 +0200 |
| commit | d1aca3c6fc2945b568e87e86b6025c78dbf65bd3 (patch) | |
| tree | 43bbbcc64d6f6c4a8c0e0799ccfe401747e64621 /index.html | |
| parent | 47c90f8eec284511087041ad28828283efb90592 (diff) | |
feat: fixed the canvas backend, and updated the frontend
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,11 +1,16 @@ <!DOCTYPE html> <html> <head> - <title>MQTT</title> + <title>IoT Project</title> + <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> - <h1>MQTT Bonjour Yann</h1> + + <p style="position: absolute; left: 20px; border: 3px dashed orange; padding: 4px"> + Click anywhere on the screen to move the robot! + </p> <canvas id="drawing-board"></canvas> + <script src="./index.js"></script> </body> </html>
\ No newline at end of file |
