File size: 459 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<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>