Skip to content

Instantly share code, notes, and snippets.

@manishjaingit
Created September 16, 2017 07:30
Show Gist options
  • Save manishjaingit/da66d850f5780c52e798ad1072bd3a09 to your computer and use it in GitHub Desktop.
Save manishjaingit/da66d850f5780c52e798ad1072bd3a09 to your computer and use it in GitHub Desktop.
redirect page by meta tag
<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