mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
14 lines
318 B
HTML
14 lines
318 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../core.css" />
|
|
<script type="module" src="../core.js"></script>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<py-script>import js; js.console.log(1<2, 1>2)</py-script>
|
|
<py-script>js.console.log("<div></div>")</py-script>
|
|
</body>
|
|
</body>
|
|
</html>
|