Leaflet/debug/map/iframe.html

11 lines
145 B
HTML
Raw Normal View History

2013-06-25 04:34:44 +08:00
<style>
iframe {
position: absolute;
top: 50px;
left: 50px;
width: 500px;
height: 500px;
}
</style>
<iframe src="map.html">
</iframe>