index.html 644 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 href='https://fonts.googleapis.com/css?family=Roboto:400' rel='stylesheet' type='text/css'>
  9. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  10. <title>Bazar.com</title>
  11. </head>
  12. <body>
  13. <noscript>
  14. You need to enable JavaScript to run this app.
  15. </noscript>
  16. <div id="root"></div>
  17. </body>
  18. </html>