The legal website for Atomic Bullfrog, LLC — one static page, no build step, no dependencies.
Everything lives in index.html (markup + inline CSS).
To preview locally, open the file in a browser, or:
python3 -m http.server 8000 # http://localhost:8000Cloudflare dashboard → Workers & Pages → Create → Pages → Connect to Git → pick this repo.
| Setting | Value |
|---|---|
| Production branch | main |
| Framework preset | None |
| Build command | (empty) |
| Build output directory | / |
| Root directory | (empty — repo root) |
Then Custom domains → add atomicbullfrog.com (apex, canonical) and www.atomicbullfrog.com
(301-redirects to the apex). Every push to main redeploys.