Created
September 16, 2017 07:30
-
-
Save manishjaingit/da66d850f5780c52e798ad1072bd3a09 to your computer and use it in GitHub Desktop.
redirect page by meta tag
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="2;url=http://example.com" /> | |
<title>Page Moved</title> | |
</head> | |
<body> | |
This page has moved. Click <a href="http://www.example.com">here</a> to go to the new page. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment