(example) remove HTML header from picking web

This commit is contained in:
Nick Fisher
2025-06-23 12:20:31 +08:00
parent 75d34f0afb
commit b035d45ada

View File

@@ -19,22 +19,6 @@
<title>quickstart</title>
<link rel="manifest" href="manifest.json">
<script type="text/javascript" src="./thermion_dart.js"></script>
<script type="module">
try {
window.thermion_dart = await thermion_dart();
} catch(err) {
console.error(err);
}
</script>
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = null;
</script>
<script src="flutter.js" defer></script>
</head>
<body>