summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>