Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Sep 6, 2024
1 parent ccba2e6 commit 4fd2a47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ <h2>High Performance</h2>
alt="Third slide"
/>
</div>
<div class="carousel-item">
<img
src="image4.png"
id="img4"
class="d-block mx-auto"
alt="Third slide"
/>
</div>
</div>
<a
class="carousel-control-prev"
Expand Down Expand Up @@ -232,7 +240,7 @@ <h2 class="text-start">Join the Community</h2>
<script>
$(document).ready(function () {
$("#carouselExampleIndicators").carousel({
interval: 3000,
interval: 5000,
});
});
</script>
Expand Down

0 comments on commit 4fd2a47

Please sign in to comment.