Skip to content

Instantly share code, notes, and snippets.

@0make
Created October 18, 2018 10:46
Show Gist options
  • Save 0make/d5f7f0919e1965688ecae444ea1371ac to your computer and use it in GitHub Desktop.
Save 0make/d5f7f0919e1965688ecae444ea1371ac to your computer and use it in GitHub Desktop.
HTML meta refresh URL redirection
<!-- HTML meta refresh URL redirection -->
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://alanzheng.top:88">
</head>
<body>
<p>The page has moved to:
<a href="http://alanzheng.top:88">this page</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment