File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ module in the document's `<head>` tag:
106
106
<meta charset =" utf-8" />
107
107
<meta name =" viewport" content =" width=device-width,initial-scale=1" />
108
108
<title >🦜 Polyglot - Piratical PyScript</title >
109
+ <link rel =" stylesheet" href =" https://pyscript.net/releases/2024.1.1/core.css" >
109
110
<script type =" module" src =" https://pyscript.net/releases/2024.1.1/core.js" ></script >
110
111
</head >
111
112
<body >
@@ -156,6 +157,7 @@ In the end, our HTML should look like this:
156
157
<meta charset =" utf-8" />
157
158
<meta name =" viewport" content =" width=device-width,initial-scale=1" />
158
159
<title >🦜 Polyglot - Piratical PyScript</title >
160
+ <link rel =" stylesheet" href =" https://pyscript.net/releases/2024.1.1/core.css" >
159
161
<script type =" module" src =" https://pyscript.net/releases/2024.1.1/core.js" ></script >
160
162
</head >
161
163
<body >
@@ -234,7 +236,7 @@ account and change it to your satisfaction.
234
236
235
237
### From a web server
236
238
237
- Just host the three files (` pyscript.toml ` , ` index.html `
239
+ Just host the three files (` pyscript.json ` , ` index.html `
238
240
and ` main.py ` ) in the same directory on a static web server somewhere.
239
241
240
242
Clearly, we recommend you use [ pyscript.com] ( https://pyscript.com ) for this, but any
You can’t perform that action at this time.
0 commit comments