Advertisement
Guest User

iframe_test

a guest
Jul 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Iframes Embedded</title>
  5. <meta charset="utf-8"/>
  6. </head>
  7. <body style="height:800px">
  8. <iframe frameborder="0" src="https://remotemachine/app" style="overflow: hidden; height: 100%; width: 100%"></iframe>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement