Created
March 31, 2018 21:47
-
-
Save rtroe/864b44f73cc99d712f2467d7d422c025 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="refresh" content="0; url=http://example.com"> | |
<script type="text/javascript"> | |
window.location.href = "http://example.com" | |
</script> | |
<link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/> | |
<title>Page Redirection</title> | |
</head> | |
<body> | |
If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>. | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment