A premium static landing page for NEST TV, an IPTV streaming platform.
- Cinematic dark luxury visual design
- Glassmorphism and glowing accents
- Floating 3D device mockups
- Smooth GSAP animations and parallax interactions
- Responsive layout for desktop, tablet, and mobile
- Accessible semantic HTML and keyboard focus styles
- Live sports hero, category cards, testimonials, FAQ, and download CTA
Open index.html directly in your browser, or run a local web server:
cd "IPTV Project"
python3 -m http.server 8000Then open http://127.0.0.1:8000.
Open this folder in VS Code and use the built-in Run panel to start Launch NEST TV. It will run the local server and open the landing page in a browser.
If you prefer the terminal, use the Serve NEST TV task from the Command Palette.
index.html— Landing page markupstyles.css— Visual style, layout and responsive designmain.js— Animated interactions and tilt effects
The page uses external fonts and animation libraries from CDN for a lightweight setup.
If you want to extend this into a production-ready site, add asset compression, caching headers, and real app screenshots.