Fix HTML template (#1709)

This commit is contained in:
Ted Patrick
2023-09-14 13:35:57 -05:00
committed by GitHub
parent e2a2292a6f
commit 7f666dc6a0

View File

@@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://unpkg.com/mvp.css@1.12/mvp.css" /> <link rel="stylesheet" href="https://unpkg.com/mvp.css@1.12/mvp.css" />
<link rel="stylesheet" href="[[PATH]]core.css" /> <link rel="stylesheet" href="_PATH_core.css" />
<script type="module" src="[[PATH]]core.js"></script> <script type="module" src="_PATH_core.js"></script>
<title>PyScript</title> <title>PyScript</title>
</head> </head>
@@ -33,8 +33,8 @@
&lt;meta charset=&quot;utf-8&quot; /&gt; &lt;meta charset=&quot;utf-8&quot; /&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; /&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; /&gt;
&lt;title&gt;PyScript Hello World&lt;/title&gt; &lt;title&gt;PyScript Hello World&lt;/title&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;[[PATH]]core.css&quot; /&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;_PATH_core.css&quot; /&gt;
&lt;script defer src=&quot;[[PATH]]core.js&quot;&gt;&lt;/script&gt; &lt;script defer src=&quot;_PATH_core.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt; &lt;/head&gt;
&lt;body&gt; &lt;body&gt;