kopia lustrzana https://github.com/dl9rdz/rdzwx-go
70 wiersze
3.2 KiB
HTML
70 wiersze
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!--
|
|
Customize this policy to fit your own app's needs. For more guidance, see:
|
|
https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy
|
|
Some notes:
|
|
* gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication
|
|
* https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly
|
|
* Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this:
|
|
* Enable inline JS: add 'unsafe-inline' to default-src
|
|
-->
|
|
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;"> -->
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
<meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover, user-scalable=no">
|
|
<meta name="color-scheme" content="light dark">
|
|
<link rel="stylesheet" href="css/leaflet.css">
|
|
<link rel="stylesheet" href="css/leaflet.contextmenu.css">
|
|
<link rel="stylesheet" href="css/index.css">
|
|
<script src="cordova.js"></script>
|
|
<script src="js/leaflet.js"></script>
|
|
<script src="js/leaflet.contextmenu.js"></script>
|
|
<link rel="stylesheet" href="css/easy-button.css">
|
|
<!--
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.css">
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.js"></script>
|
|
-->
|
|
<script src="js/easy-button.js"></script>
|
|
<script src="js/L.Control.MousePosition.js"></script>
|
|
|
|
<title>rdzSonde v1.0.6</title>
|
|
</head>
|
|
<body>
|
|
<div id="all">
|
|
<div id="toolbar">
|
|
<a id="toolbarclose" class="leaflet-popup-close-button" style="cursor: pointer; float: right;">X</a>
|
|
<h2>rdzSonde v1.0.6</h2>
|
|
<p>Copyright © 2021 Hansi Reiser, dl9rdz</p>
|
|
<p>see <a href="https://github.com/dl9rdz/rdzwx-go">https://github.com/dl9rdz/rdzwx-go</a> for details</p>
|
|
<p>Apache License Version 2.0</p>
|
|
<hr>
|
|
<div id="toolbaritems">
|
|
</div>
|
|
</div>
|
|
<div id='map'></div>
|
|
</div>
|
|
<script src="js/index.js"></script>
|
|
</body>
|
|
</html>
|