We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27572e4 commit ecb4b08Copy full SHA for ecb4b08
README.md
@@ -15,7 +15,7 @@ PyScript is a meta project that aims to combine multiple open technologies to cr
15
## Try PyScript
16
17
To try PyScript, import the appropriate pyscript files to your html page with:
18
-```
+```html
19
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
20
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
21
```
0 commit comments