Skip to content

Instantly share code, notes, and snippets.

@tutweb
Created April 25, 2013 12:26
Show Gist options
  • Select an option

  • Save tutweb/5459322 to your computer and use it in GitHub Desktop.

Select an option

Save tutweb/5459322 to your computer and use it in GitHub Desktop.
Fullscreen Iframe
<html>
<head>
<title>Tutorial Web Design Full Iframe : tutorial-webdesign.com </title>
<meta name="description" content="test">
</head>
<frameset rows="*,1" framespacing="0" border="0" frameborder="NO">
<frame src="http://tutorial-webdesign.com/" name="test" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment