Skip to content

Commit

Permalink
Pin PyScript version to 2024.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Dec 11, 2024
1 parent 57c0f2e commit 79d214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta charset="UTF-8">
<title>UPK2ESPHome</title>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
<link crossorigin="anonymous" href="https://pyscript.net/latest/pyscript.css" rel="stylesheet"/>
<script type="module" src="https://pyscript.net/releases/2024.11.1/core.js"></script>
<link crossorigin="anonymous" href="https://pyscript.net/releases/2024.11.1/core.css" rel="stylesheet"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" rel="stylesheet">
</head>
Expand Down

0 comments on commit 79d214a

Please sign in to comment.