Skip to content

Instantly share code, notes, and snippets.

@ycui1
Last active May 16, 2022 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/c7fac582be51dd23a686a65422654442 to your computer and use it in GitHub Desktop.
Save ycui1/c7fac582be51dd23a686a65422654442 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<h1>PyScript Hello World!</h1>
<body>
<py-script>print("Hello, World!")</py-script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment