]> git.cworth.org Git - lmno.games/blob - flempires/web/index.html
Rename flutterempires to flempires
[lmno.games] / flempires / web / index.html
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="Empires">
12   <link rel="apple-touch-icon" href="icons/Icon-192.png">
13
14   <!-- Favicon -->
15   <link rel="shortcut icon" type="image/png" href="favicon.png"/>
16
17   <title>Empires</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');
28       });
29     }
30   </script>
31   <script src="main.dart.js" type="application/javascript"></script>
32 </body>
33 </html>