mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
Call fly in antigravity.html
This commit is contained in:
@@ -7,9 +7,10 @@
|
|||||||
<script defer src="../build/pyscript.js"></script>
|
<script defer src="../build/pyscript.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>
|
<b>Based on xkcd: antigravity https://xkcd.com/353/.</b>
|
||||||
Based on xkcd: antigravity https://xkcd.com/353/.
|
<py-script>
|
||||||
</b>
|
import antigravity
|
||||||
<py-script src="antigravity.py"></py-script>
|
antigravity.fly()
|
||||||
|
</py-script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user