File: iframe.html

package info (click to toggle)
leaflet 1.7.1~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,972 kB
  • sloc: javascript: 16,627; makefile: 49; sh: 26; xml: 23
file content (11 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<style>
	iframe {
		position: absolute;
		top: 50px;
		left: 50px;
		width: 500px;
		height: 500px;
	}
</style>
<iframe src="map.html">
</iframe>