Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91f32e1

Browse filesBrowse files
authored
fixed link to install PyScript release (#63)
1 parent 515b035 commit 91f32e1
Copy full SHA for 91f32e1

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎index.html

Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ <h2>Install</h2>
141141

142142
<p>To use PyScript you can either <a href="https://github.com/pyscript/pyscript/archive/refs/heads/main.zip">download</a> it and follow the instructions, or add the following lines to your page.</p>
143143
<code class="pre">
144-
&lt;link rel="stylesheet" href="https://pyscript.net/releases/2023.11.1/core.css" /&gt;<br>
145-
&lt;script type="module" src="https://pyscript.net/releases/2023.11.1/core.js"&gt;&lt;/script&gt;
144+
&lt;link rel="stylesheet" href="https://pyscript.net/releases/2024.1.1/core.css" /&gt;<br>
145+
&lt;script type="module" src="https://pyscript.net/releases/2024.1.1/core.js"&gt;&lt;/script&gt;
146146
</code>
147147
<p>Click <a href="https://pyscript.github.io/docs/latest/beginning-pyscript/" target="_blank">here</a> for more info on how to use PyScript.</p>
148148
</div>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.