Created
April 25, 2013 12:26
-
-
Save tutweb/5459322 to your computer and use it in GitHub Desktop.
Fullscreen Iframe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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