mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-25 03:01:58 -05:00
Change alpha to latest (#760)
This commit is contained in:
@@ -18,8 +18,8 @@ PyScript is a meta project that aims to combine multiple open technologies into
|
||||
To try PyScript, import the appropriate pyscript files into the ```<head>``` tag of your html page with:
|
||||
```html
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
||||
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
|
||||
</head>
|
||||
```
|
||||
You can then use PyScript components in your html page. PyScript currently implements the following elements:
|
||||
|
||||
Reference in New Issue
Block a user