Skip to content

Commit

Permalink
restructuring content folder and code for move to public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaterman committed Jun 13, 2024
1 parent c90d7e2 commit 115ce81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
document.addEventListener('DOMContentLoaded', function() {
const videoContainer = document.getElementById('my_video_1');
const videoSources = [
{ src: "https://www.tutorialspoint.com/videos/sample1080p.mp4", type: "video/mp4" },
{ src: "https://www.tutorialspoint.com/videos/video1.mp4", type: "video/mp4" },
{ src: "https://media.w3.org/2010/05/sintel/trailer.mp4", type: "video/mp4" },
{ src: "content/Arnie_Crying.gif", type: "image/gif" },
{ src: "content/Arnie_Excited_Head_Shake.gif", type: "image/gif" },
{ src: "content/BasketBall_Rewind.mp4", type: "video/mp4" },
];

function playNextVideo() {
Expand Down

0 comments on commit 115ce81

Please sign in to comment.