pyscript-demo / index.html
Benjamin Bossan
Add PyScript demo
2e1d656
raw history blame
No virus
416 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<title>PyScript Test</title>
</head>
<body>
<py-script> print('Hello!\nPress Shift+Enter to execute code') </py-script>
<py-repl auto-generate="true"></py-repl>
</body>
</html>