simple-iframe.html 88 B

1234567
  1. <html>
  2. <body>
  3. Simple HTML file.
  4. <iframe src="simple.html"></iframe>
  5. </body>
  6. </html>