Skip to content

Commit

Permalink
add the fox demo
Browse files Browse the repository at this point in the history
  • Loading branch information
YingJiang96 committed Feb 6, 2024
1 parent 61f5e16 commit 2a05f80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h2 class="title is-3">Pipeline</h2>
</div>
</section>

<section class="section">
<section class="section">
<div class="container is-max-desktop">
<div class="human">
<video id="human" controls muted preload playsinline autoplay loop width="100%">
Expand All @@ -307,6 +307,20 @@ <h2 class="subtitle has-text-centered">
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<div class="fox">
<video id="fox" controls muted preload playsinline autoplay loop width="100%">
<source src="./static/videos/fox.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Pet a fox.
</h2>
</div>
</div>
</section>

<section class="section">
<div class="container is-max-desktop">
<div class="horse-body">
Expand Down
Binary file added static/videos/fox.mp4
Binary file not shown.

0 comments on commit 2a05f80

Please sign in to comment.