This php version code:-

<?php

header('location : https://codefind.in');

?>

This HTML verison code:-

<meta http-equiv="refresh" content="0; url='https://codefind.in/'" />
content=”0; (this timing)

This Java script source :-

<script type="text/javascript">
            window.location.href = "https://codefind.in/"
        </script>
HTML

This js code with timing :-

<script>
    setTimeout(function(){location.href="https://codefind.in/"} , 3000);
</script>
HTML

 

 

HTML

 

HTML

 

Leave a Reply

Your email address will not be published. Required fields are marked *