<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Cells</title> <meta name="description" content="Cells"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Disable tap highlight on IE --> <meta name="msapplication-tap-highlight" content="no"> <!-- Progressive Web App --> <meta name="theme-color" content="#000000"> <link rel="manifest" href="manifest.json"> <!-- Add to homescreen for Chrome on Android --> <meta name="mobile-web-app-capable" content="yes"> <link rel="icon" sizes="192x192" href="./icon192.png"> <link rel="icon" sizes="512x512" href="./icon512.png"> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Cells"> <link rel="apple-touch-icon-precomposed" href="./icon512.png"> <!-- Tile color for Windows --> <meta name="msapplication-TileImage" content="./icon192.png"> <meta name="msapplication-TileColor" content="#000000"> <script src="service-worker.js"></script> </head> <body> Please install to your Home Screen (Safari users must manually do this from the page menu) </body> </html>