File size: 388 Bytes
e60144f 186dfc3 2b80da5 e60144f 186dfc3 e60144f 89fc010 e60144f e21192d 7dbc6c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<!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>
|