Skip to content

Commit

Permalink
Switch to pulling Bootstrap from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Sep 11, 2024
1 parent ca138ed commit 349ae32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/webassembly/frontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600">

<link rel="stylesheet" href="https://lvgl.io/assets/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"/>
<title>LVGL/MicroPython Simulator</title>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.0/umd/popper.min.js"></script>
<script src="https://lvgl.io/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.min.js" integrity="sha256-S1J4GVHHDMiirir9qsXWc8ZWw74PHHafpsHp5PXtjTs=" crossorigin="anonymous"></script>
</head>
Expand Down

0 comments on commit 349ae32

Please sign in to comment.