Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Last active March 23, 2016 11:43
Show Gist options
  • Save amitpatelx/e4b4a3f0cd04024abecd to your computer and use it in GitHub Desktop.
Save amitpatelx/e4b4a3f0cd04024abecd to your computer and use it in GitHub Desktop.
Sample html with iframe sharing domain
<!-- Accessed via http://first.example.com -->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<iframe src="//second.example.com/path/to/resource" width="100%" height="100%"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment