summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.html b/index.html
index 44968c8..d2fa69c 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,16 @@
<!DOCTYPE html>
<html>
<head>
- <title>MQTT</title>
+ <title>IoT Project</title>
+ <link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
- <h1>MQTT Bonjour Yann</h1>
+
+ <p style="position: absolute; left: 20px; border: 3px dashed orange; padding: 4px">
+ Click anywhere on the screen to move the robot!
+ </p>
<canvas id="drawing-board"></canvas>
+
<script src="./index.js"></script>
</body>
</html> \ No newline at end of file