betaflight-configurator/tabs/map.html

18 lines
396 B
HTML
Raw Normal View History

2015-11-17 02:27:44 +00:00
<!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;
2015-11-19 22:22:34 +00:00
padding: 0px;
2015-11-17 02:27:44 +00:00
}
</style>
<script src="map.js"></script>
2015-11-17 02:27:44 +00:00
</head>
<body>
<div id="map-canvas"></div>
</body>