Skip to content

Instantly share code, notes, and snippets.

@erykml
Created May 1, 2022 19:01
Show Gist options
  • Select an option

  • Save erykml/7e789ee1e8e7caa3a1bedc8891751324 to your computer and use it in GitHub Desktop.

Select an option

Save erykml/7e789ee1e8e7caa3a1bedc8891751324 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>
<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