Files
openlayers/demos/full-screen/index.html.in
2012-09-25 10:59:38 +02:00

20 lines
516 B
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<style type="text/css">
html, body, #map {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
<title>ol3 full-screen demo</title>
</head>
<body>
<div id="map"></div>
<script src="@SRC@" type="text/javascript"></script>
</body>
</html>