Created
August 22, 2014 20:11
-
-
Save jab/c9195698bb410a63f76d to your computer and use it in GitHub Desktop.
meta refresh with missing "N;url="
This file contains 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="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