Skip to content

Commit

Permalink
created a submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha2505 committed Feb 1, 2025
1 parent 99aa0c3 commit 4374960
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.jsscript">
</script>
</head>
<body>
<body>
Expand All @@ -28,13 +28,13 @@
<img src="https://cdn.pixabay.com/photo/2024/03/05/22/04/bird-8615360_1280.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a href="#myCarousel" class="carousel-control-prev glyphicon-chevron-left left carousel-control" type="button" data-bs-slide="prev">
<a href="#myCarousel" class="carousel-control-prev glyphicon-chevron-left left carousel-control" type="button" data-bs-slide="prev" data-bs-target="#myCarousel">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="carousel-control-prev-icon" role="button" aria-hidden="true"></span>

<!-- <span class="visually-hidden">Previous</span> -->
</a>
<a href="#myCarousel" class="carousel-control-next glyphicon-chevron-right right carousel-control" type="button" data-bs-slide="next">
<a href="#myCarousel" class="carousel-control-next glyphicon-chevron-right right carousel-control" type="button" data-bs-slide="next" data-bs-target="#myCarousel">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="glyphicon glyphicon-chevron-right right" role="button"></span>
<!-- <span class="visually-hidden">Next</span> -->
Expand Down

0 comments on commit 4374960

Please sign in to comment.