| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta name="description" content="Netflix Clone Built Using React" /> | |
| <link rel="icon" href="./images/misc/favicon.png" type="image/x-icon" /> | |
| <link href="./style.css" type="text/css" rel="stylesheet" /> | |
| <title>Netflix Clone</title> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> | |