There are number of ways to do this here i am sharing some of them
<head>
<title>Document Title</title>
<meta http-equiv="REFRESH" content="0;url=http://lokeshchadha.com/"></head>
<body>
</body>
</html>
<script type="text/javascript">window.location = "http://lokeshchadha.com/"</script>
Method 1:
<html lang="en"><head>
<title>Document Title</title>
<meta http-equiv="REFRESH" content="0;url=http://lokeshchadha.com/"></head>
<body>
</body>
</html>
Method 2:
Anywhere in the body tag paste the following script<script type="text/javascript">window.location = "http://lokeshchadha.com/"</script>
Comments
Post a Comment