Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektyagi2912 committed Dec 30, 2023
1 parent 4ab651a commit 7daedae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ <h1>Another section's text goes here</h1>
</div>
<div id="page3">
<div id="video">
<video src="../assets/carousel_1.mp4" autoplay muted loop></video>
<video src="./assets/carousel_1.mp4" autoplay muted loop></video>
</div>
<div class="collage-image">
<img src="../assets/01_Search.png" alt="error">
<img src="./assets/01_Search.png" alt="error">
</div>
<div class="collage-image">
<img src="../assets/02_Maps.png" alt="error">
<img src="./assets/02_Maps.png" alt="error">
</div>
<div class="collage-image">
<img src="../assets/03_ARCore.png" alt="error">
<img src="./assets/03_ARCore.png" alt="error">
</div>
</div>
<div id="main2">
Expand Down

0 comments on commit 7daedae

Please sign in to comment.