Clickjacking Test Code
<html>
<head>
<title>Clickjack test page</title>
</head>
<body>
<p>Website is vulnerable to clickjacking!</p>
<iframe src="http://www.yoursite.com/sensitive-page" width="500" height="500"></iframe>
</body>
</html>
Step 1 : Change yoursite.com to target website and save the code
Step 2 : Copy Paste the following code in Notepad and save it as example.html 
Step 3 : Open the example.html saved file in your browser.