Spaces:
Running
Running
Commit ·
d07436b
1
Parent(s): f9d3a4a
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
|
@@ -72,13 +72,13 @@
|
|
| 72 |
<div class="row mt-3">
|
| 73 |
|
| 74 |
<!-- Vídeo 1 - YouTube -->
|
| 75 |
-
<div class="col">
|
| 76 |
<h2>Vídeo 1</h2>
|
| 77 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/t6HtkzSJQts" frameborder="0" allowfullscreen></iframe>
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<!-- Vídeo 2 -->
|
| 81 |
-
<div class="col">
|
| 82 |
<h2>Vídeo 2</h2>
|
| 83 |
<video controls class="w-100">
|
| 84 |
<source src="caminho/para/seu/video2.mp4" type="video/mp4">
|
|
@@ -86,6 +86,8 @@
|
|
| 86 |
</video>
|
| 87 |
</div>
|
| 88 |
|
|
|
|
|
|
|
| 89 |
</div>
|
| 90 |
|
| 91 |
<!-- Rodapé -->
|
|
|
|
| 72 |
<div class="row mt-3">
|
| 73 |
|
| 74 |
<!-- Vídeo 1 - YouTube -->
|
| 75 |
+
<div class="col-md-4">
|
| 76 |
<h2>Vídeo 1</h2>
|
| 77 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/t6HtkzSJQts" frameborder="0" allowfullscreen></iframe>
|
| 78 |
</div>
|
| 79 |
|
| 80 |
<!-- Vídeo 2 -->
|
| 81 |
+
<div class="col-md-4">
|
| 82 |
<h2>Vídeo 2</h2>
|
| 83 |
<video controls class="w-100">
|
| 84 |
<source src="caminho/para/seu/video2.mp4" type="video/mp4">
|
|
|
|
| 86 |
</video>
|
| 87 |
</div>
|
| 88 |
|
| 89 |
+
<!-- Adicione mais colunas conforme necessário -->
|
| 90 |
+
|
| 91 |
</div>
|
| 92 |
|
| 93 |
<!-- Rodapé -->
|