en.javascript.info/3-frames-and-windows/06-clickjacking/protector.view/index.html
2019-04-02 14:01:44 +03:00

12 lines
127 B
HTML

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