File: /home/vmasmheia229/domains/pebble-yahoo.com/html/old-index.html
<!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>
<script>
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "2013") {
window.open('landpage.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','');
}
if (pass1.toLowerCase()!="2013" & testV ==3)
history.go(-1);
return " ";
}
</script>
</head>
<body>
<div id="wrapper">
<div id="menu" style="padding-top:44px;">
<a href="#" onClick="passWord()"><span class="rounded">Enter</span></a>
</div>
</div>
</body>
</html>