8000
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 715ceb9 commit bc51340Copy full SHA for bc51340
examples/simple_clock.html
@@ -7,9 +7,9 @@
7
<title>Simple Clock Demo</title>
8
9
<link rel="icon" type="image/png" href="favicon.png" />
10
- <link rel="stylesheet" href="./build/pyscript.css" />
+ <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
11
12
- <script defer src="./build/pyscript.js"></script>
+ <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
13
<py-env>
14
- paths:
15
- ./utils.py
0 commit comments