en.javascript.info/4-frames-and-windows/06-clickjacking/protector.view/index.html
Ilya Kantor 455d300d8d renames
2017-05-25 11:56:32 +03:00

12 lines
127 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<iframe src="iframe.html"></iframe>
</body>
</html>