| <!DOCTYPE html><html lang="en"><head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Netflix India – Watch TV Shows Online, Watch Movies Online</title> |
| <link rel="stylesheet" href="style.css"> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
| </head> |
| <body> |
| <div class="main"> |
| <nav> |
| <span><img width="53" src="netflixlogo.png" alt="logo"></span> |
| <div> |
| <select class="btn"> |
| <option value="English">English</option> |
| <option value="हिंदी">हिंदी</option> |
| </select> |
| <button class="btn btn-red-sm">Sign In</button> |
| </div> |
| </nav> |
| <div class="box"></div> |
| <div class="hero"> |
| <span> Unlimited movies, TV shows and more</span> |
| <span> Watch anywhere. Cancel anytime.</span> |
| <span> Ready to watch? Enter your email to create or restart your membership.</span> |
| <div class="hero-buttons"> |
| <input type="text" placeholder="Email address"> |
| <button class="btn btn-red">Get Started ></button> |
| </div> |
| </div> |
| </div> |
| <div class="seperateline"></div> |
|
|
|
|
| <section class="first"> |
| <div class="enjoy"> |
| <span>Enjoy on your TV</span> |
| <span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span> |
| </div> |
| <div class="secImg"> |
| <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png"> |
| <video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v" autoplay="" muted=""></video> |
| </div> |
| </section> |
|
|
| <div class="seperateline"></div> |
| |
| <section class="first second"> |
| <div class="secImg"> |
| <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg"> |
| </div> |
| <div class="enjoy"> |
| <span>Download your shows to watch offline</span> |
| <span>Save your favourites easily and always have something to watch.</span> |
| </div> |
| </section> |
|
|
|
|
| <div class="seperateline"></div> |
|
|
|
|
| <section class="first third"> |
| <div class="enjoy"> |
| <span>Watch everywhere</span> |
| <span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span> |
| </div> |
| <div class="secImg"> |
| <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile-in.png"> |
| <video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-devices-in.m4v" autoplay="" muted=""></video> |
| </div> |
| </section> |
|
|
|
|
| <div class="seperateline"></div> |
|
|
| <section class="first second"> |
| <div class="secImg"> |
| <img src="https://occ-0-2483-3647.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABVr8nYuAg0xDpXDv0VI9HUoH7r2aGp4TKRCsKNQrMwxzTtr-NlwOHeS8bCI2oeZddmu3nMYr3j9MjYhHyjBASb1FaOGYZNYvPBCL.png?r=54d"> |
| </div> |
| <div class="enjoy"> |
| <span>Create profiles for kids</span> |
| <span>Send children on adventures with their favourite characters in a space made just for them—free with your membership.</span> |
| </div> |
| </section> |
|
|
| <div class="seperateline"></div> |
|
|
|
|
| <section class="faq"> |
| <h2>Frequently Asked Questions</h2> |
| <div class="faqbox"> |
| <span>What is Netflix</span> |
| <i class="fa-solid fa-plus"></i> |
| </div> |
|
|
| <div class="faqbox"> |
| <span>How much does Netflix cost?</span> |
| <i class="fa-solid fa-plus"></i> |
| </div> |
|
|
| <div class="faqbox"> |
| <span>Where can I watch?</span> |
| <i class="fa-solid fa-plus"></i> |
| </div> |
|
|
| <div class="faqbox"> |
| <span>Is Netflix good for kids?</span> |
| <i class="fa-solid fa-plus"></i> |
| </div> |
| </section> |
|
|
| <div class="seperateline"></div> |
|
|
| <footer> |
| <div class="questions"> |
| Questions? Call 000-800-919-1694 |
| </div> |
|
|
| <div class="footer"> |
| <div class="footer-item"> |
| <a href="faq">faq</a> |
| <a href="faq">Investor Relations</a> |
| <a href="faq">Privacy</a> |
| <a href="faq">Speed Test</a> |
| </div> |
|
|
| <div class="footer-item"> |
| <a href="faq"> Help Centre</a> |
| <a href="faq">Jobs</a> |
| <a href="faq">Cookie Preferences</a> |
| <a href="faq">Legal Notices</a> |
| </div> |
|
|
| <div class="footer-item"> |
| <a href="faq">Account</a> |
| <a href="faq">Ways to Watch</a> |
| <a href="faq">Corporate Information</a> |
| <a href="faq">Only on Netflix</a> |
| </div> |
|
|
| <div class="footer-item"> |
| <a href="faq">Media Centre</a> |
| <a href="faq">Terms of Use</a> |
| <a href="faq">Contact Us</a> |
| </div> |
| </div> |
| </footer> |
|
|
|
|
|
|
| <script src="first.js"></script> |
|
|
| </body></html> |