Skip to content

Instantly share code, notes, and snippets.

@jumpingchu
Last active June 2, 2022 08:17
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 jumpingchu/540d41bc4cc09c7ae1b66aab99dd8fe9 to your computer and use it in GitHub Desktop.
Save jumpingchu/540d41bc4cc09c7ae1b66aab99dd8fe9 to your computer and use it in GitHub Desktop.
PyScript HTML demo files
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<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