Skip to content

Commit

Permalink
replace CDNs with local file references
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmurphy01 committed Jul 5, 2024
1 parent 60ed264 commit 1f32a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Kamino Settings</title>
<link rel="stylesheet" href="css/options.css" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
href="./bootstrap/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
Expand Down Expand Up @@ -86,9 +86,9 @@ <h2 id="generaloptions">General Settings</h2>
</div>
</div>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="./jquery/jquery-3.6.0.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
src="./bootstrap/js/bootstrap.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
Expand Down

0 comments on commit 1f32a23

Please sign in to comment.