Publish a bundle
Drop a folder or a.zip of .html files (or select several at once). The
file named index.html becomes the entry page; the others are reachable by their
filenames.
Linking between pages
Use relative links between files —href="team.html", href="deck/02.html" —
and they resolve within your page’s namespace automatically. Each file should be
self-contained (inline its own CSS and images), just like a single page.
How it behaves
- One access setting, one link — sharing, password, or email gating applies to the whole bundle.
- One entry URL (
/p/your-slug); visitors click through the internal links. - Analytics and version history work across the bundle.
Bundles are HTML-only with assets inlined — there’s no separate asset hosting.
This keeps decks fast and the link a single, clean URL.