maringetxway commited on
Commit
89fc010
·
verified ·
1 Parent(s): 186dfc3

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- <script>
34
- // JavaScript will be added here
35
- </script>
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