Skip to content

Commit

Permalink
Update gst.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmayAccenture authored Jul 8, 2024
1 parent 47216c8 commit fe1cb1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Game/gst.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h5 class="modal-title" id="exampleModalLabel"><img src="../Asset/img/gtnlogo.pn
<!--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 Down Expand Up @@ -146,4 +146,4 @@ <h5 class="modal-title" id="exampleModalLabel"><img src="../Asset/img/gtnlogo.pn

</body>

</html>
</html>

0 comments on commit fe1cb1f

Please sign in to comment.