Created
May 5, 2022 17:42
-
-
Save Arunprakash-A/01dd938c587979f83d1d7d3fb7f8bc78 to your computer and use it in GitHub Desktop.
Revisions
-
Arunprakash-A created this gist
May 5, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>