index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="IE=Edge" http-equiv="X-UA-Compatible">
  6. <meta name="description" content="A new Flutter project.">
  7. <!-- iOS meta tags & icons -->
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  10. <meta name="apple-mobile-web-app-title" content="eye_video">
  11. <link rel="apple-touch-icon" href="icons/Icon-192.png">
  12. <!-- Favicon -->
  13. <link rel="shortcut icon" type="image/png" href="favicon.png"/>
  14. <title>eye_video</title>
  15. <link rel="manifest" href="manifest.json">
  16. </head>
  17. <body>
  18. <!-- This script installs service_worker.js to provide PWA functionality to
  19. application. For more information, see:
  20. https://developers.google.com/web/fundamentals/primers/service-workers -->
  21. <script>
  22. if ('serviceWorker' in navigator) {
  23. window.addEventListener('load', function () {
  24. navigator.serviceWorker.register('flutter_service_worker.js');
  25. });
  26. }
  27. </script>
  28. <script src="main.dart.js" type="application/javascript"></script>
  29. </body>
  30. </html>