18 lines
317 B
HTML
18 lines
317 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
html, body, #map {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
<script src="http://localhost:9810/compile?id=ol-skeleton" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|