mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Update link to not use /latest (#1847)
* Update link in README.me to use specific version, not /latest
This commit is contained in:
10
README.md
10
README.md
@@ -20,8 +20,14 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
|
<link
|
||||||
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
|
rel="stylesheet"
|
||||||
|
href="https://pyscript.net/releases/2023.11.1/core.css"
|
||||||
|
/>
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
src="https://pyscript.net/releases/2023.11.1/core.js"
|
||||||
|
></script>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user