Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayAccenture authored Jul 8, 2024
1 parent d924658 commit 5632c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ <h5 class="modal-title text-decoration-underline text-light" id="exampleModalLab
<!--Common Template-->
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="Asset/js/Template/navbar.js" id="nav-bar"></script>
<script src="Asset/js/Template/footer.js" id="nav-bar"></script>
<script src="Asset/js/Template/navbar.js" id="nav-bar" defer></script>
<script src="Asset/js/Template/footer.js" id="nav-bar" defer></script>

<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
Expand Down Expand Up @@ -1146,4 +1146,4 @@ <h5 class="modal-title text-decoration-underline text-light" id="exampleModalLab

</body>

</html>
</html>

0 comments on commit 5632c85

Please sign in to comment.