diff options
| author | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:49 +0200 |
|---|---|---|
| committer | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:49 +0200 |
| commit | eb99c9a975712b50d97750a463119d20e8106d37 (patch) | |
| tree | ba05e150fb367a5ac3030d46fc2565ebec9962de /index.html | |
| parent | ad7f099f058b288cded2434ec06ebd23466c32c0 (diff) | |
| parent | d1aca3c6fc2945b568e87e86b6025c78dbf65bd3 (diff) | |
Merge branch 'main' of marcelus.net:mqtt
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 |
