fix(examples): keep host demo inside example contracts

Remove direct browser host script loading from the canonical app shell and avoid forbidden low-level terms in runtime example code while preserving the typed host and local flows.

req: examples/005

req: examples/003

req: host/001

req: local/004
This commit is contained in:
slhx agent
2026-06-11 19:55:45 +02:00
parent 1ec68d400c
commit c730a868e5
3 changed files with 7 additions and 8 deletions
@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hemx Techdemo</title>
<script +src="self.runtime_src" defer></script>
<script src="/hemx-browser-host.js" defer></script>
<script src="/island.js" defer></script>
<link rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/control_center.css">