Web >> Development >> HTML >> How to perform web site redirection using meta refresh header

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="refresh" content="2; URL=http://www.pa.msu.edu/services/computing/"> <meta name="keywords" content="automatic redirection"> <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "83cf11a5-04b0-47d5-b5d0-fecf32207997", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script> </head> <body> If your browser doesn't automatically go there within a few seconds, you may want to go to <a href="http://www.pa.msu.edu/services/computing/">the destination</a> manually. </body> </html>