Last active
March 23, 2016 11:43
-
-
Save amitpatelx/e4b4a3f0cd04024abecd to your computer and use it in GitHub Desktop.
Sample html with iframe sharing domain
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
<!-- 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