summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-02-15 14:52:44 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-02-15 14:52:44 +0200
commitc46a491374a9bcf0d88b24b8ce4cf30a996b25ce (patch)
treef29aa8b84f69bc91f01571af6d77834f0db4a294 /index.html
parentd1aca3c6fc2945b568e87e86b6025c78dbf65bd3 (diff)
feat: handle resize event
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 d2fa69c..105506d 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
</head>
<body>
- <p style="position: absolute; left: 20px; border: 3px dashed orange; padding: 4px">
+ <p id="instructions">
Click anywhere on the screen to move the robot!
</p>
<canvas id="drawing-board"></canvas>