diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |
