Minimal single-page ambient site with a looping video background and embedded audio player.
index.html- Main page with inline styles and media player markup.generativeBG.mp4- Fullscreen background video.blackmoon.mp3- Audio track played in the on-page player.wrangler.toml- Cloudflare Pages deployment configuration.
Open index.html directly in your browser, or run a local static server.
Example with Python:
python3 -m http.server 8080Then visit http://localhost:8080.
This repo is configured for static deployment with Wrangler.
npx wrangler pages deploy . --project-name aplacebeyondRecommended production branch is main.
GitHub Actions workflow is configured at .github/workflows/deploy-cloudflare-pages.yml to deploy on push to main.
Set these repository secrets in GitHub:
CLOUDFLARE_API_TOKENCLOUDFLARE_ACCOUNT_ID