diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-04-01 16:41:37 +0300 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-04-01 16:41:37 +0300 |
| commit | f125fec3e663b1a48d9934307f3bf006152fd876 (patch) | |
| tree | 80febb837c1744280e3b2dfc4d292d429f1bbc2c /index.html | |
| parent | 7913792a6a9c5b651e7caa79fe4f0610272e0f58 (diff) | |
fix: fixed the placing of walls and added the robot image
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ Click anywhere on the screen to move the robot! </p> <button id="reset">Reset map</button> + <img id="robot" src="robot.png" alt="robot image" style="height: 15vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)"> <canvas id="drawing-board"> - <div id="robot"></div> </canvas> <script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script> |
