Web Redirection

<head>
<script type="text/javascript">
<!--
setTimeout('Redirect()',2000);
function Redirect()
{
location.href='http://newdomain.com/';
}
//-->
</script>
<html>
<body>
This site is no longer located here.
<br />
You will be redirected in 2 seconds. Please update your bookmarks/links

</body>
</html>

Comments

Popular posts from this blog

Mysql to CSV

Secure server with Firewalld

Setup K8s cluster via kubeadm