demo / index.html
maringetxway's picture
Update index.html
2b80da5 verified
raw
history blame
388 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LeRobot Hackathon Demos</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>LeRobot Hackathon Demo Videos</h1>
<div class="video-grid" id="videoContainer"></div>
<script src="main.js">
</script>
</body>
</html>