Skip to content

Instantly share code, notes, and snippets.

@rtroe
Created March 31, 2018 21:47
Show Gist options
  • Save rtroe/864b44f73cc99d712f2467d7d422c025 to your computer and use it in GitHub Desktop.
Save rtroe/864b44f73cc99d712f2467d7d422c025 to your computer and use it in GitHub Desktop.
<!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