Skip to content

Instantly share code, notes, and snippets.

@macintoxic
Created August 29, 2016 17:49
Show Gist options
  • Save macintoxic/83b533f7cf76439624ce0f84a5371f4e to your computer and use it in GitHub Desktop.
Save macintoxic/83b533f7cf76439624ce0f84a5371f4e 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="1;url=http://medium.com">
<script type="text/javascript">
window.location.href = "http://medium.com"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='http://medium.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