1
13693261870
2024-04-26 889ada155e457dbc703531f9628353d288ca3f92
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
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
    <title>Gis.html</title>
    <meta http-equiv="Expires" content="0" />
    <meta http-equiv="Cache" content="no-cache" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Cache-control" content="no-cache" />
    <link href="imgs/favicon.ico" rel="icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 
    <script type="text/javascript" src="Commonjs/jquery-1.8.2.min.js"></script>
    <script src="./config/RootCatlog.js"></script>
    <script src="./Commonjs/GetParm.js"></script>
    <script src="./Commonjs/ScreenInit.js"></script>
    <script src="./js/Gis/callback.js"></script>
    <script src="./js/Gis/Gis.js"></script>
    <title></title>
    <style type="text/css">
        html, body {
            height: 100%;
            width: 100%;
            padding: 0px;
            margin: 0px;
            overflow: hidden;
        }
 
        * {
            padding: 0px;
            margin: 0px;
        }
 
        div {
            height: 100%;
            width: 100%;
            background-image: url(src/static/images/background.png);
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    </style>
</head>
<body onunload="close()">
    <div id="bg"><img src="Img/loading.gif" /> </div>
</body>
 
</html>