Skip to content

Commit

Permalink
prep to do more cars in cars website section
Browse files Browse the repository at this point in the history
  • Loading branch information
natsitarz committed Jul 24, 2023
1 parent d55dd58 commit 00ca3c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/cars.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@
</video>
</a>
</div>
<div class="b3 col-md-5">
<a href="./eclass.html">
<p class="bh">S Class</p>
<video style="position: relative; max-width: 100%; height: auto" autoplay muted loop playsinline id="cars">
<source src="../video/ec.mp4" type="video/mp4">
</video>
</a>
</div>
<div class="b3 col-md-5">
<a href="./eclass.html">
<p class="bh">C Class</p>
<video style="position: relative; max-width: 100%; height: auto" autoplay muted loop playsinline id="cars">
<source src="../video/ec.mp4" type="video/mp4">
</video>
</a>
</div>
</div>
</div>
<br>
Expand Down

0 comments on commit 00ca3c4

Please sign in to comment.