-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>Guben - GeoPortal</title> <!-- enter your own Portal Title for the website at this -->
<link rel="stylesheet" href="../../build/css/masterportal.css">
<script src="https://cesium.com/downloads/cesiumjs/releases/1.107.1/Build/Cesium/Cesium.js"></script>
<link href="https://cesium.com/downloads/cesiumjs/releases/1.107.1/Build/Cesium/Widgets/widgets.css"
rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
</head>
<body>
<div id="masterportal-root"></div>
<div id="loader" class="centered-box-wrapper loader-is-loading loader-is-initially-loading">
<div class="centered-box-content">
<!-- Here you can configure the start screen -->
<div id="portal-logo-box">
<img id="portal-logo"
src="https://smart.guben.de/wp-content/uploads/2022/11/smart-city-guben-logo-1.svg" /><!-- Here an own logo can be integrated as source -->
<div id="portal-logo-main-title"></div><!-- Here you can enter your own logo text -->
<div id="portal-logo-sub-title"> Guben Cockpit </div><!-- Here you can enter your own Portal Title -->
</div>
<div id="loader-spinner-itself" class="default"></div>
</div>
<div id="generic-masterportal-logo"><img src="../../img/Logo_Masterportal.svg"><!-- This logo should not be changed, as it is a central part of the Masterportal --></div>
</div>
<script type="text/javascript" src="../../build/js/masterportal.js"></script>
</body>
</html>