File: iframe.html

package info (click to toggle)
miniflux 2.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 5,640 kB
  • sloc: xml: 4,843; javascript: 1,326; sh: 290; makefile: 179
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en-US">
	<body>
		<article>
			<iframe id="1" src="about:blank"></iframe>
			<iframe id="2" src="about:blank"></iframe>
			<iframe id="3" src="about:blank"></iframe>
			<iframe id="4" src="about:blank"></iframe>
			<iframe id="5" src="about:blank"></iframe>
		</article>
	</body>
</html>