9d3f70e9fe
Add a canvas leaf-widget island to the techdemo that receives server snapshots through Effect::event/CustomEvent while keeping slhx core and runtime semantics unchanged. req: interop/001 req: examples/001 req: examples/005
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>slhx Techdemo</title>
|
|
<script src="/slhx.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>
|