index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="/" />
  15. <meta charset="UTF-8" />
  16. <meta
  17. content="IE=Edge"
  18. http-equiv="X-UA-Compatible" />
  19. <meta
  20. name="description"
  21. content="A new Flutter project." />
  22. <!-- iOS meta tags & icons -->
  23. <meta
  24. name="apple-mobile-web-app-capable"
  25. content="yes" />
  26. <meta
  27. name="apple-mobile-web-app-status-bar-style"
  28. content="black" />
  29. <meta
  30. name="apple-mobile-web-app-title"
  31. content="vital_app" />
  32. <link
  33. rel="apple-touch-icon"
  34. href="icons/Icon-192.png" />
  35. <!-- Favicon -->
  36. <link
  37. rel="icon"
  38. type="image/png"
  39. href="favicon.png" />
  40. <!-- <link rel="shortcut icon" type="image/x-icon" href="flyinsono.ico?v=202112020857" /> -->
  41. <title>vital_app</title>
  42. <link
  43. rel="stylesheet"
  44. media="screen and (min-width: 600px)"
  45. href="style/index.css?v=202112020857" />
  46. <link
  47. rel="stylesheet"
  48. media="screen and (max-width: 600px)"
  49. href="style/mobile.css?v=202112020857" />
  50. <link
  51. rel="manifest"
  52. href="manifest.json" />
  53. <script src="js/pre.js?v=202306272131"></script>
  54. <script src="js/pdf.min.js"></script>
  55. <!-- This script adds the flutter initialization JS code -->
  56. <script
  57. src="flutter.js"
  58. defer></script>
  59. </head>
  60. <body>
  61. <script src="js/index.js?v=202307071648"></script>
  62. <script>
  63. window.STATIC_ROOT = "./";
  64. window.flutterConfiguration = {
  65. canvasKitBaseUrl: window.STATIC_ROOT,
  66. canvasKitMaximumSurfaces: 12,
  67. };
  68. var serviceWorkerVersion = null;
  69. var scriptLoaded = false;
  70. loadService();
  71. </script>
  72. </body>
  73. </html>