maringetxway commited on
Commit
2b80da5
·
verified ·
1 Parent(s): f410b1c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -22
index.html CHANGED
@@ -4,28 +4,8 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>LeRobot Hackathon Demos</title>
7
- <style>
8
- body {
9
- font-family: Arial, sans-serif;
10
- background-color: #f0f0f0;
11
- margin: 0;
12
- padding: 20px;
13
- }
14
- .video-grid {
15
- display: flex;
16
- flex-wrap: wrap;
17
- gap: 20px;
18
- justify-content: center;
19
- }
20
- .video-grid video {
21
- width: 320px;
22
- height: 180px;
23
- object-fit: cover;
24
- border: 2px solid #ccc;
25
- border-radius: 8px;
26
- }
27
- </style>
28
- </head>
29
  <body>
30
  <h1>LeRobot Hackathon Demo Videos</h1>
31
  <div class="video-grid" id="videoContainer"></div>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>LeRobot Hackathon Demos</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ </head>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  <body>
10
  <h1>LeRobot Hackathon Demo Videos</h1>
11
  <div class="video-grid" id="videoContainer"></div>