diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-03-05 15:46:20 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-03-05 15:46:20 +0200 |
| commit | 0429f8183d5ccc47a24a999b8784e5bdf23bea7e (patch) | |
| tree | 3760c8113e24659f433fddb3335b17d04cae0cb5 /index.html | |
| parent | e78b671a3062d285cfa932589760c5326ba486a2 (diff) | |
proto: drawCross fixed, still positioning the reset button
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> - <p id="check"></p> <p id="instructions"> Click anywhere on the screen to move the robot! </p> + <button id="reset">Reset map</button> <canvas id="drawing-board"></canvas> <script src="./index.js"></script> </body> -</html>
\ No newline at end of file +</html> |
