File: iframe.html

package info (click to toggle)
leaflet 0.7.3~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,752 kB
  • ctags: 462
  • sloc: makefile: 16; sh: 13
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>