Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wileewang authored Mar 29, 2024
1 parent 2802255 commit 6f2788c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,12 @@ <h2 class="subtitle has-text-centered">
<div style="display: flex; justify-content: center;">
<div class="gif-container" style="display: flex; justify-content: center; gap: 20px; margin-top: 0px;">
<div style="text-align: center;">
<p style="font-family: 'Segoe Print', sans-serif;">Caption 1</p>
<img src="static/images/0.gif" alt="MY ALT TEXT" style="margin: 0 10px; width: 400px;"/>
<p style="font-family: 'Segoe Print', sans-serif;">Source Video</p>
<!-- <img src="static/images/0.gif" alt="MY ALT TEXT" style="margin: 0 10px; width: 400px;"/> -->
<video poster="" id="tree" autoplay controls muted loop height="66.7%">
<!-- Your video here -->
<source src="static/videos/car-turn/car-turn-24.mp4" type="video/mp4">
</video>
</div>
<div style="text-align: center;">
<p style="font-family: 'Segoe Print', sans-serif;">Caption 2</p>
Expand Down

0 comments on commit 6f2788c

Please sign in to comment.