Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -30,9 +30,9 @@
|
|
30 |
<h1>LeRobot Hackathon Demo Videos</h1>
|
31 |
<div class="video-grid" id="videoContainer"></div>
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
</body>
|
37 |
</html>
|
38 |
|
|
|
30 |
<h1>LeRobot Hackathon Demo Videos</h1>
|
31 |
<div class="video-grid" id="videoContainer"></div>
|
32 |
|
33 |
+
<script src="main.js">
|
34 |
+
|
35 |
+
</script>
|
36 |
</body>
|
37 |
</html>
|
38 |
|