diff --git a/www/index.html b/www/index.html index f35ba5ddc963a6ef8940dc96f47bff918e81b8fd..324fc0943a7519fede75c541931b5ec750748b68 100644 --- a/www/index.html +++ b/www/index.html @@ -3,11 +3,16 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width, minimal-ui"> - <meta name="apple-mobile-web-app-capable" content="yes"> + <title>Cesium</title> - <link rel="icon" href="./img/favicon.ico"> - <link rel="apple-touch-icon" href="./img/logo_57px.png"> - <link rel="manifest" href="./manifest.json"> + <link rel="icon" href="img/favicon.ico"> + + <meta name="theme-color" content="#1a237e"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <link rel="apple-touch-icon" href="img/logo_57px.png"> + + <link rel="manifest" href="manifest.json"> <!-- build:css dist_css/cesium.css --> <link rel="stylesheet" type="text/css" href="css/ionic.app.min.css"> <link rel="stylesheet" type="text/css" href="css/style.css">