Skip to content

Commit

Permalink
Merge pull request #1 from ReverseExoskeleton/ihagedo-patch-1
Browse files Browse the repository at this point in the history
Update media.html
  • Loading branch information
ihagedo authored Sep 30, 2024
2 parents 57154a2 + 777bf19 commit 755b9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Media/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
<!-- Homework assignments are listed out here -->
<h2>Project Videos:</h2>
<video controls="controls" width="800" height="600" name="Demo">
<source src="Media/vid/PSSCDemo.mp4" type="video/mp4">
<source src="Media/vid/PSSCDemo.mp4" type="video/mp4">
<source src="Media/vid/PSSCDemo.ogg" type="video/ogg">
</video>
<embed src="Media/vid/Freaking hell dingo babies.mov" autostart="false" height="560" width="315" />
<img dynsrc="Media/vid/Freaking hell dingo babies.mov" start="fileopen">
Expand Down

0 comments on commit 755b9c2

Please sign in to comment.