Landing page for timelooptv.org — a federation protocol for open television channels.
index.html — single-page site
style.css — all styles
Dockerfile — nginx container for local preview
No JavaScript. No build step. No frameworks.
docker build -t tltv-site . && docker run -d -p 8080:80 tltv-site
Then open http://localhost:8080.
Deployed to Cloudflare Pages. Push to main triggers a deploy.
- Build command: (none)
- Output directory:
/
MIT -- see LICENSE.