Landing page for timelooptv.org — a federation protocol for open television channels.
index.html — landing page
manifesto.html — manifesto page
license.html — MIT license page
style.css — all styles
favicon.svg — mark favicon (dark mode aware)
tltv-lockup.svg — mark + wordmark for hero
og-image.png — 1200x630 OG social preview
sitemap.xml — sitemap
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 from GitHub mirror. Push to github/main triggers a deploy.
- Build command: (none)
- Output directory:
/ - Domain: timelooptv.org
MIT -- see LICENSE.