index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5. If you are serving your web app in a path other than the root, change the
  6. href value below to reflect the base path you are serving from.
  7. The path provided below has to start and end with a slash "/" in order for
  8. it to work correctly.
  9. For more details:
  10. * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
  11. This is a placeholder for base href that will be replaced by the value of
  12. the `--base-href` argument provided to `flutter build`.
  13. -->
  14. <base href="$FLUTTER_BASE_HREF">
  15. <meta charset="UTF-8">
  16. <meta content="IE=Edge" http-equiv="X-UA-Compatible">
  17. <meta name="description" content="A new Flutter project.">
  18. <!-- iOS meta tags & icons -->
  19. <meta name="mobile-web-app-capable" content="yes">
  20. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  21. <meta name="apple-mobile-web-app-title" content="palm_oil_mobile">
  22. <link rel="apple-touch-icon" href="icons/Icon-192.png">
  23. <!-- Favicon -->
  24. <link rel="icon" type="image/png" href="favicon.png"/>
  25. <title>palm_oil_mobile</title>
  26. <link rel="manifest" href="manifest.json">
  27. </head>
  28. <body>
  29. <!--
  30. You can customize the "flutter_bootstrap.js" script.
  31. This is useful to provide a custom configuration to the Flutter loader
  32. or to give the user feedback during the initialization process.
  33. For more details:
  34. * https://docs.flutter.dev/platform-integration/web/initialization
  35. -->
  36. <script src="flutter_bootstrap.js" async></script>
  37. </body>
  38. </html>