Skip to content

Instantly share code, notes, and snippets.

@Arunprakash-A
Created May 5, 2022 17:42
Show Gist options
  • Save Arunprakash-A/01dd938c587979f83d1d7d3fb7f8bc78 to your computer and use it in GitHub Desktop.
Save Arunprakash-A/01dd938c587979f83d1d7d3fb7f8bc78 to your computer and use it in GitHub Desktop.

Revisions

  1. Arunprakash-A created this gist May 5, 2022.
    7 changes: 7 additions & 0 deletions pyscript.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <title>Bringing Python to Broswer!</title>
    <link rel="stylesheet" href="/css/main.css">
    <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
    </head>