Created
August 22, 2014 17:05
-
-
Save jab/6a5453a99f4f7be454a5 to your computer and use it in GitHub Desktop.
<meta> refresh with http-equiv="refsh"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="refsh" content="0;URL='http://www.example.com/'"> | |
</head> | |
<body> | |
<p>Redirecting to <a href="http://www.example.com/"> | |
www.example.com</a>...</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment