mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
update script and css location temporarily
This commit is contained in:
@@ -14,8 +14,8 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
|
||||
|
||||
To try PyScript, import the pyscript to your html page with:
|
||||
```
|
||||
<link rel="stylesheet" href="pyscript.css" />
|
||||
<script defer src="pyscript.js"></script>
|
||||
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
||||
```
|
||||
At that point, you can then use PyScript components in your html page. PyScript currently implements the following elements:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user