mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-22 05:01:25 -05:00
[next] Place a target in the body (#1658)
This commit is contained in:
committed by
GitHub
parent
93539c9b5a
commit
0f2deeb71a
11
pyscript.core/test/target.html
Normal file
11
pyscript.core/test/target.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="module" src="../core.js"></script>
|
||||
<script type="py">
|
||||
from pyscript import display
|
||||
|
||||
display('hello\nworld')
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user