index.html 744 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="theme-color" content="#000000">
  8. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  9. <link href='https://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
  10. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  11. <title>Bazar.com</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. You need to enable JavaScript to run this app.
  16. </noscript>
  17. <div id="root"></div>
  18. </body>
  19. </html>