Created
August 29, 2016 17:49
-
-
Save macintoxic/83b533f7cf76439624ce0f84a5371f4e 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="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