3807306158
Route browser/PWA share and native-shell haptic host results through techdemo app code before returning normal hemx effects; serve the tiny browser host adapter as an app asset. req: host/001 req: host/002 req: host/004 req: host/005 req: examples/001
15 lines
456 B
Plaintext
15 lines
456 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="/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">
|
|
</head>
|
|
<body>{+= self.body =+}</body>
|
|
</html>
|