summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-03-21 15:55:20 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-03-21 15:55:20 +0200
commitfc06ba30fe3d6ea23b4bcc047384077299e9af3a (patch)
treecc72529c7e250794495dad829cb2426ff773f402 /index.html
parent5c900f3bfc84c5397115c4ae4352d043e03d40d9 (diff)
proto: added robot image
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 194e61f..6036bd3 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,9 @@
Click anywhere on the screen to move the robot!
</p>
<button id="reset">Reset map</button>
- <canvas id="drawing-board"></canvas>
+ <canvas id="drawing-board">
+ <div id="robot"></div>
+ </canvas>
<script src="./index.js"></script>
</body>