Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
sibijohn72 committed Jun 1, 2014
0 parents commit 06fe895
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<script>

function onLoad() {

window.location.replace("https:www.google.com/");

}
</script>
</head>
<body onload="onLoad()">
<p>Please wait while you are being redirected to God knows where</p>
</body>
</html>

0 comments on commit 06fe895

Please sign in to comment.