Advertisement
r13y5h4

iFrame FullScreen

Sep 25th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html>
  3. <head>
  4. <title>MyWebsite</title>
  5. </head>
  6. <frameset rows="*">
  7. <frame frameborder=0 src="http://domain.com/" scrolling="auto" noresize>
  8. </frameset>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement