Add script editor web part and paste below script in edit snippet, replace google.com with destination site URL.
$(document).ready(function(){
window.location.href = "https://www.google.com/";
});
</script>
<script type="text/javascript">
$(document).ready(function(){
window.location.href = "https://www.google.com/";
});
</script>
Comments
Post a Comment