Skip to content

Commit

Permalink
fixing minor things for deployment using GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-Matth authored Jan 1, 2024
1 parent 5bc6533 commit 4efbd7d
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 @@ -75,7 +75,7 @@
<div id="myModal" class="modal">
<div class="modal-content">
<div class="bottomContent">
<video src="recording.mp4" controls autoplay poster="/images/Demo.png"></video>
<video src="recording.mp4" controls autoplay poster="images/Demo.png"></video>
</div>
<div class="topContent">
<h2 class="close-button" onclick="closeModal()">X</h2>
Expand Down

0 comments on commit 4efbd7d

Please sign in to comment.