summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-04-01 16:41:37 +0300
committerMartial Simon <msimon_fr@hotmail.com>2024-04-01 16:41:37 +0300
commitf125fec3e663b1a48d9934307f3bf006152fd876 (patch)
tree80febb837c1744280e3b2dfc4d292d429f1bbc2c /index.html
parent7913792a6a9c5b651e7caa79fe4f0610272e0f58 (diff)
fix: fixed the placing of walls and added the robot image
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f24f75a..9de4f62 100644
--- a/index.html
+++ b/index.html
@@ -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>