summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d0de59a..194e61f 100644
--- a/index.html
+++ b/index.html
@@ -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>