diff options
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/index.html')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/index.html | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/StoneIsland/platforms/android/assets/www/index.html b/StoneIsland/platforms/android/assets/www/index.html index e0925f65..73eed267 100755 --- a/StoneIsland/platforms/android/assets/www/index.html +++ b/StoneIsland/platforms/android/assets/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"> @@ -107,6 +90,7 @@ <span class="fb ion-social-facebook"></span> <span class="insta ion-social-instagram-outline"></span> <span class="tw ion-social-twitter"></span> + <span class="yt ion-social-youtube"></span> </span> </div> @@ -118,7 +102,7 @@ <div class="hub">HUB</div> <div class="story">STORY</div> <div class="archive">ARCHIVE</div> - <span + <div class="alert"></div> <span class="latlng">+40° 58' 90" -74° 04' 46"</span> </div> @@ -509,7 +493,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 +503,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> |
