diff --git a/www/index.html b/www/index.html index d0302a2f227ceea2241b708f962b67aa2a1d70fd..09ecd91c4e276aa186d655026ce56d26b86590c7 100644 --- a/www/index.html +++ b/www/index.html @@ -14,6 +14,17 @@ <link rel="stylesheet" type="text/css" href="css/angular-image-crop.css"> <!-- removeIf(device) --> <link rel="stylesheet" type="text/css" href="css/style-no-device.css"> + <!-- endRemoveIf(device) --> + + <!-- removeIf(no-plugin) --> + <link rel="stylesheet" type="text/css" href="css/leaflet.app.min.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/es/css/style.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/graph/css/style.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/map/css/style.css"> + <!--endRemoveIf(no-plugin)--> + <!-- endbuild --> + + <!-- removeIf(device) --> <!-- Add open graph tags (for social networks)--> <meta property="og:title" content="Cesium" /> <meta property="og:type" content="website" /> @@ -32,14 +43,6 @@ <meta property="og:locale:alternate" content="nl_NL /> <!-- endRemoveIf(device) --> - <!-- removeIf(no-plugin) --> - <link rel="stylesheet" type="text/css" href="css/leaflet.app.min.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/es/css/style.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/graph/css/style.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/map/css/style.css"> - <!--endRemoveIf(no-plugin)--> - <!-- endbuild --> - </head> <body ng-app="cesium" id="cesium" ng-strict-di="true" window-exit-unauth="true" ng-class="{'nobackdrop': $root.tour, 'expert-mode': $root.settings.expertMode}">