11 lines
145 B
HTML
11 lines
145 B
HTML
|
<style>
|
||
|
iframe {
|
||
|
position: absolute;
|
||
|
top: 50px;
|
||
|
left: 50px;
|
||
|
width: 500px;
|
||
|
height: 500px;
|
||
|
}
|
||
|
</style>
|
||
|
<iframe src="map.html">
|
||
|
</iframe>
|