We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c4096 commit d0c2d73Copy full SHA for d0c2d73
1 file changed
{{ cookiecutter.format }}/www/index.html
@@ -16,16 +16,8 @@
16
17
<!-- PyScript -->
18
19
- <script type="module">
20
- // Hide the splash screen when the page is ready.
21
- import { hooks } from "https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.js";
22
- hooks.main.onReady.add(() => {
23
- document.getElementById("briefcase-splash").classList.add("hidden");
24
- });
25
- </script>
26
-
27
- <link rel="stylesheet" href="https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.css">
28
- <script type="module" src="https://pyscript.net/releases/<!--@@ pyscript_version @@-->/core.js"></script>
+ <!--@@ PyScript:start @@-->
+ <!--@@ PyScript:end @@-->
29
30
<!-- Toolkit Content Inserts -->
31
0 commit comments