Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbrjt committed Jun 1, 2024
1 parent 4466fcc commit 7de0f08
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
onload="this.onload=null;this.rel='stylesheet'">

<link rel='stylesheet' href='styles.css'>

<!-- Scripts -->
<script src='https://code.jquery.com/jquery-3.6.0.min.js' defer></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js' defer></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js'
defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.1/bootstrap-table.min.js' defer></script>

<script src='https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako_inflate.min.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/sql.js/0.3.2/js/sql.js' defer></script>
<script src='script.js' defer></script>
</head>

<body>
Expand Down Expand Up @@ -1036,16 +1047,6 @@ <h1 class='display-3 mb-sm-3'>2023 JoSAA Cutoffs</h1>
class='btn btn-outline-primary rounded-5 py-0 px-1'><i class="bi bi-arrow-up-short"></i></a> -->


<!-- Scripts -->
<script src='https://code.jquery.com/jquery-3.6.0.min.js' defer></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js' defer></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js'
defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.1/bootstrap-table.min.js' defer></script>

<script src='https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako_inflate.min.js' defer></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/sql.js/0.3.2/js/sql.js' defer></script>
<script src='script.js' defer></script>
</body>

</html>

0 comments on commit 7de0f08

Please sign in to comment.