Created
August 22, 2014 17:27
-
-
Save jab/15a8ccef3fe1142f4c3a to your computer and use it in GitHub Desktop.
meta refresh
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="refresh" 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