1
0

index.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="Dashboard for Luzzu Assessment Tool">
  8. <meta name="author" content="Ramneesh Vaidyambath">
  9. <title>ADAPT Data Quality Dashboard</title>
  10. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  11. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  12. <!--
  13. Notice the use of %PUBLIC_URL% in the tags above.
  14. It will be replaced with the URL of the `public` folder during the build.
  15. Only files inside the `public` folder can be referenced from the HTML.
  16. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  17. work correctly both with client-side routing and a non-root public URL.
  18. Learn how to configure a non-root public URL by running `npm run build`.
  19. -->
  20. <!-- Global site tag (gtag.js) - Google Analytics -->
  21. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
  22. <script>
  23. window.dataLayer = window.dataLayer || [];
  24. function gtag(){dataLayer.push(arguments);}
  25. gtag('js', new Date());
  26. // Shared ID
  27. gtag('config', 'UA-118965717-3');
  28. // React.js ID
  29. gtag('config', 'UA-118965717-6');
  30. </script>
  31. </head>
  32. <body>
  33. <noscript>
  34. You need to enable JavaScript to run this app.
  35. </noscript>
  36. <div id="root"></div>
  37. <!--
  38. This HTML file is a template.
  39. If you open it directly in the browser, you will see an empty page.
  40. You can add webfonts, meta tags, or analytics to this file.
  41. The build step will place the bundled scripts into the <body> tag.
  42. To begin the development, run `npm start` or `yarn start`.
  43. To create a production bundle, use `npm run build` or `yarn build`.
  44. -->
  45. </body>
  46. </html>