2017-06-11 04:32:56 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2018-05-13 00:19:51 +08:00
|
|
|
<base href="<%= clientConfig.urlBase %>/"/>
|
2017-06-11 04:32:56 +08:00
|
|
|
<meta charset="UTF-8">
|
2017-07-15 22:09:48 +08:00
|
|
|
<title>Loading..</title>
|
2017-06-11 04:32:56 +08:00
|
|
|
<link rel="shortcut icon" href="assets/icon.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-07-15 18:47:11 +08:00
|
|
|
|
2017-07-14 05:39:09 +08:00
|
|
|
<link rel="stylesheet"
|
2017-07-15 18:47:11 +08:00
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
|
2018-12-08 18:28:56 +08:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css"
|
|
|
|
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
|
|
|
|
crossorigin=""/>
|
2017-07-15 18:47:11 +08:00
|
|
|
|
2018-05-13 00:19:51 +08:00
|
|
|
<script>
|
2018-05-14 05:00:58 +08:00
|
|
|
var ServerInject = {user: <%- JSON.stringify(user); %>, ConfigInject: <%- JSON.stringify(clientConfig); %>}
|
2018-05-13 00:19:51 +08:00
|
|
|
</script>
|
2017-07-18 00:30:16 +08:00
|
|
|
|
2017-06-11 04:32:56 +08:00
|
|
|
</head>
|
|
|
|
|
2018-02-04 08:50:42 +08:00
|
|
|
<body style="overflow-y: scroll; padding-right: 0 !important;">
|
2018-05-13 00:46:56 +08:00
|
|
|
<app-pi-gallery2>
|
2018-12-08 05:06:13 +08:00
|
|
|
<div style="position: absolute;
|
2018-05-13 00:46:56 +08:00
|
|
|
top: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2018-05-16 09:30:41 +08:00
|
|
|
-webkit-transform: translate(-50%, -50%);
|
2018-05-13 00:46:56 +08:00
|
|
|
left: 50%;
|
|
|
|
text-align: center">
|
2018-12-08 05:06:13 +08:00
|
|
|
<img src="assets/icon.png" style="max-width: 256px"/>
|
|
|
|
<h2>Loading...</h2>
|
|
|
|
</div>
|
2018-05-13 00:46:56 +08:00
|
|
|
</app-pi-gallery2>
|
2017-06-11 04:32:56 +08:00
|
|
|
</body>
|
|
|
|
</html>
|