- Resolve TRIAGE ticket 5e3e37 (CSS approach) before adding stylesheet links.
- The `Trunk.toml` `[build.cargo]` section must set `args = ["--bin", "ui"]`.
- `index.html` must include a `` mount point for the Yew app.
From the `quotesdb/` directory:
```sh
trunk build
```
`chore(quotesdb): set up Trunk.toml and index.html for UI build`