Created
December 16, 2015 12:17
-
-
Save shigemk2/60b097296808bfa7f6f8 to your computer and use it in GitHub Desktop.
Refused to display in a frame because it set X-Frame-Options to DENY のテスト
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> | |
<body> | |
<a href="http://www.shigemk2.com">テスト</a> | |
</body> | |
</html |
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> | |
<body> | |
<iframe src="./ifrm.html"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment