iframe.php 194 B

12345678910111213
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. </head>
  6. <body>
  7. <h1>Iframe test</h1>
  8. <iframe name="content" src="info" />
  9. </body>
  10. </html>