1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00
betaflight-configurator/tabs/map.html
Dominic Clifton e543f871d3 Merge pull request #485 from Garogat/master
GPS map fixed using webview instead of sandbox
2017-06-19 09:05:20 +12:00

18 lines
No EOL
396 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Asynchronous Loading</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px;
}
</style>
<script src="map.js"></script>
</head>
<body>
<div id="map-canvas"></div>
</body>