style(html_examples): clean htmx-like shell with no low-level plumbing

- Move CSS out of app_shell.heml into app.css served by the app.
- Remove direct hemx::advanced::Effect import from example code; rely on IntoEffect.
- Update README to not mention raw Effect:: APIs.
- Keep generated resources and tiny runtime behavior only.

req: examples/001
req: htmx_equivalents/001
req: htmx_equivalents/002
This commit is contained in:
slhx agent
2026-06-23 11:25:59 +02:00
parent cd7f64e5a3
commit cfa4502748
4 changed files with 141 additions and 8 deletions
@@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hemx HTML examples</title>
<script defer="defer" +src="self.runtime_src"></script>
<link rel="stylesheet" href="/app.css">
<script +src="self.runtime_src" defer></script>
</head>
<body>
{+= self.body =+}