Skip to content

Instantly share code, notes, and snippets.

@hanafiah
Last active August 29, 2015 14:01
Show Gist options
  • Save hanafiah/7b3dedfee5eb58503f4c to your computer and use it in GitHub Desktop.
Save hanafiah/7b3dedfee5eb58503f4c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>iframe test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>change url to test</div>
<iframe src="http://www.amazon.com/" style='width:100%;height:300px' ></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment