diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/index.html')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/index.html | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/StoneIsland/platforms/ios/www/index.html b/StoneIsland/platforms/ios/www/index.html index e0925f65..8393eda1 100755 --- a/StoneIsland/platforms/ios/www/index.html +++ b/StoneIsland/platforms/ios/www/index.html @@ -26,23 +26,6 @@ <link rel="stylesheet" type="text/css" href="css/products.css"> <link rel="stylesheet" type="text/css" href="css/cart.css"> <link rel="stylesheet" type="text/css" href="css/blogs.css"> - <link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png"> - <link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png"> - <link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png"> - <link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png"> - <link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png"> - <link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png"> - <link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png"> - <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png"> - <link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png"> - <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png"> - <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"> - <link rel="manifest" href="icons/manifest.json"> - <meta name="msapplication-TileColor" content="#ffffff"> - <meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png"> - <meta name="theme-color" content="#ffffff"> <title>Stone Island</title> </head> <body class="loading"> @@ -509,7 +492,7 @@ Receive notifications for Store </div> <div class="toggle"> - <input type="checkbox" id="store-notifications" name="switch" class="switch"> + <input type="checkbox" id="store-notifications" name="store" class="switch"> <label for="store-notifications"></label> </div> </div> @@ -519,7 +502,7 @@ Receive notifications for Hub </div> <div class="toggle"> - <input type="checkbox" id="hub-notifications" name="switch" class="switch"> + <input type="checkbox" id="hub-notifications" name="hub" class="switch"> <label for="hub-notifications"></label> </div> </div> |
