Skip to content

Instantly share code, notes, and snippets.

@0make
0make / URL_meta_redirection.html
Created October 18, 2018 10:46
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>