Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlCbw committed Nov 28, 2024
1 parent f63e218 commit b02d7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1182,8 +1182,8 @@ <h2 class="title is-3 has-text-centered"></h2>
<!-- Video Player -->
<video id="videoPlayer" controls style="width: 100%; max-width: 900px;">
<source id="videoSource" src="./static/videos/mars11.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Change Function -->
<script>
function changeVideo(buttonNumber) {
const videoPlayer = document.getElementById('videoPlayer');
Expand Down

0 comments on commit b02d7df

Please sign in to comment.