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 3404174 commit 47216c8
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 @@ -65,8 +65,8 @@ <h3> ↑ </h3>
<!--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/nav.js" id="nav-bar"></script>
<script src="Asset/js/Template/footer.js" id="nav-bar"></script>
<script src="Asset/js/Template/nav.js" id="nav-bar" defer></script>
<script src="Asset/js/Template/footer.js" id="nav-bar" defer></script>

<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
Expand All @@ -88,4 +88,4 @@ <h3> ↑ </h3>

</body>

</html>
</html>

0 comments on commit 47216c8

Please sign in to comment.