github.com/vicanso/pike@v1.0.1-0.20210630235453-9099e041f6ec/web/index.html (about)

     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  
     8    <!-- iOS meta tags & icons -->
     9    <meta name="apple-mobile-web-app-capable" content="yes">
    10    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    11    <meta name="apple-mobile-web-app-title" content="web">
    12    <link rel="apple-touch-icon" href="icons/Icon-192.png">
    13  
    14    <!-- Favicon -->
    15    <link rel="icon" type="image/png" href="favicon.png"/>
    16  
    17    <title>web</title>
    18    <link rel="manifest" href="manifest.json">
    19  </head>
    20  <body>
    21    <!-- This script installs service_worker.js to provide PWA functionality to
    22         application. For more information, see:
    23         https://developers.google.com/web/fundamentals/primers/service-workers -->
    24    <script>
    25      if ('serviceWorker' in navigator) {
    26        window.addEventListener('load', function () {
    27          navigator.serviceWorker.register('flutter_service_worker.js?v=3288283959');
    28        });
    29      }
    30    </script>
    31    <script src="main.dart.js" type="application/javascript"></script>
    32  </body>
    33  </html>