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

10 lines
177 B
HTML

<!DOCTYPE HTML>
<html>
<body style="margin:10px;padding:10px">
<input type="button" onclick="alert('Like pressed on facebook.html!')" value="I LIKE IT !">
</body>
</html>