c730a868e5
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
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>hemx Techdemo</title>
|
|
<script +src="self.runtime_src" defer></script>
|
|
<script src="/island.js" defer></script>
|
|
<link rel="stylesheet" href="/app.css">
|
|
<link rel="stylesheet" href="/control_center.css">
|
|
</head>
|
|
<body>{+= self.body =+}</body>
|
|
</html>
|