Files
openlayers/skeleton.html
2012-07-18 02:26:41 +02:00

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>