Fix URL source reference. (#517)

The old version erroneously referenced "./build/" instead of "https://pyscript.net/alpha/".
This commit is contained in:
LandonTheCoder
2022-06-14 15:21:08 -04:00
committed by GitHub
parent 715ceb9ed4
commit bc513400c5

View File

@@ -7,9 +7,9 @@
<title>Simple Clock Demo</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="./build/pyscript.css" />
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="./build/pyscript.js"></script>
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env>
- paths:
- ./utils.py