Simplest Facebook like-gate landing page
<!doctype html>
<html>
<head>
<style type="text/css">
body{
background: url(/public/img/bgLike.jpg) no-repeat top left;
width:810px;
height:720px;
overflow:hidden;
padding:0;
margin:0;
}
</style>
</head>
<body></body>
</html>