A site inside the app

Every file on this page — the HTML, the stylesheet, the script, the image — ships inside the app's bundle under resource/assets/web/minisite/. No network, no server: the web view resolves each relative reference straight from the app.

Scripts run

This button is wired by js/app.js, loaded relatively:

Pages link

A relative link stays inside the site: a second page — and its own relative links (../css, ../index.html) resolve back here.

External links leave

These leave the site, so the app decides what happens. By default they open outside: daybrite.dev · hello@daybrite.dev

And this one is intercepted by the app's on_external_link hook, which navigates the Showcase itself: open the Text page in the app