File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ module in the document's `<head>` tag:
106
106
<meta charset =" utf-8" />
107
107
<meta name =" viewport" content =" width=device-width,initial-scale=1" />
108
108
<title >🦜 Polyglot - Piratical PyScript</title >
109
- <script type =" module" src =" https://pyscript.net/snapshots/2023.09 .1.RC2 /core.js" ></script >
109
+ <script type =" module" src =" https://pyscript.net/snapshots/2023.11 .1.RC3 /core.js" ></script >
110
110
</head >
111
111
<body >
112
112
@@ -155,7 +155,7 @@ In the end, our HTML should look like this:
155
155
<meta charset =" utf-8" />
156
156
<meta name =" viewport" content =" width=device-width,initial-scale=1" />
157
157
<title >🦜 Polyglot - Piratical PyScript</title >
158
- <script type =" module" src =" https://pyscript.net/snapshots/2023.09 .1.RC2 /core.js" ></script >
158
+ <script type =" module" src =" https://pyscript.net/snapshots/2023.11 .1.RC3 /core.js" ></script >
159
159
</head >
160
160
<body >
161
161
<h1 >Polyglot 🦜 💬 🇬🇧 ➡️ 🏴☠️</h1 >
Original file line number Diff line number Diff line change 178
178
<meta charset =" UTF-8" >
179
179
<meta name =" viewport" content =" width=device-width,initial-scale=1.0" >
180
180
<!-- PyScript CSS -->
181
- <link rel =" stylesheet" href =" https://pyscript.net/snapshots/2023.09 .1.RC2 /core.css" >
181
+ <link rel =" stylesheet" href =" https://pyscript.net/snapshots/2023.11 .1.RC3 /core.css" >
182
182
<!-- This script tag bootstraps PyScript -->
183
- <script type =" module" src =" https://pyscript.net/snapshots/2023.09 .1.RC2 /core.js" ></script >
183
+ <script type =" module" src =" https://pyscript.net/snapshots/2023.11 .1.RC3 /core.js" ></script >
184
184
</head >
185
185
<body >
186
186
<!-- your code goes here... -->
You can’t perform that action at this time.
0 commit comments