File: iframe.html

package info (click to toggle)
leaflet 1.7.1~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 16,996 kB
  • sloc: javascript: 16,627; makefile: 48; xml: 23; sh: 21
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>