Skip to content

Commit

Permalink
have simple_clock example run from local build to test change
Browse files Browse the repository at this point in the history
  • Loading branch information
fpliger authored and marimeireles committed May 30, 2022
1 parent ed63b64 commit 7e57e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simple_clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Simple Clock Demo</title>

<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<link rel="stylesheet" href="./build/pyscript.css" />

<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<script defer src="./build/pyscript.js"></script>
<py-env>
- paths:
- ./utils.py
Expand Down

0 comments on commit 7e57e6d

Please sign in to comment.